Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: silence ./configure step when building with 'make -s' | 2009-10-01 | 1 | -2/+2 | |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | 2009-09-23 | 1 | -5/+5 | |
| | | | | | | | | To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | 2009-09-03 | 1 | -1/+1 | |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | 2009-01-16 | 1 | -1/+1 | |
| | |||||
* | package/: get rid of unneeded $(strip ..) | 2008-12-08 | 1 | -1/+1 | |
| | |||||
* | file: select zlib | 2008-09-02 | 1 | -0/+1 | |
| | | | | file depends on zlib, so make it visible in kconfig. | ||||
* | file: bump version and use official upstream instead of Debian | 2008-09-02 | 1 | -3/+3 | |
| | | | | Debian is a bit too volatile. | ||||
* | buildroot: remove trailing spaces | 2008-08-04 | 1 | -1/+1 | |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | 2008-07-17 | 1 | -1/+0 | |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | The build of 'file', needs to run 'file' natively, so provide a valid link | 2008-07-04 | 1 | -0/+1 | |
| | |||||
* | file: bump version | 2008-06-16 | 1 | -1/+1 | |
| | | | | Patch by Conrad Parker. | ||||
* | buildroot: additional -clean target fixes | 2008-04-01 | 1 | -1/+1 | |
| | | | | Patch by Hebbar. | ||||
* | buildroot: cleanup <package>-clean targets. | 2008-03-27 | 1 | -1/+1 | |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | updated file version | 2008-03-06 | 1 | -1/+1 | |
| | |||||
* | Added BR2_DEBIAN_MIRROR | 2007-12-27 | 1 | -1/+1 | |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | 2007-10-01 | 1 | -1/+1 | |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | 2007-09-17 | 1 | -7/+13 | |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | 2007-08-21 | 1 | -2/+2 | |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - download disappeared, use debian instead | 2007-08-05 | 1 | -2/+2 | |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | 2007-07-11 | 1 | -5/+5 | |
| | |||||
* | - using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include | 2007-07-07 | 1 | -2/+1 | |
| | | | | is the proper path for includes (check your host) | ||||
* | Bump versions. | 2007-07-06 | 1 | -0/+1 | |
| | |||||
* | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | 2007-07-06 | 1 | -2/+2 | |
| | | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | 2007-06-27 | 1 | -2/+1 | |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - bump version | 2007-06-09 | 1 | -1/+1 | |
| | |||||
* | Need the target LDFLAGS for this to link using external toolchain. | 2007-04-13 | 1 | -2/+2 | |
| | |||||
* | fixup package LDFLAGS handling | 2007-03-13 | 1 | -0/+1 | |
| | |||||
* | - some more CONFIG_UPDATEs by Haavard Skinnemoen | 2007-03-07 | 1 | -0/+1 | |
| | |||||
* | Fix failed build due to addition of '--libdir=/lib' which changed the ↵ | 2007-01-16 | 1 | -2/+2 | |
| | | | | location of where libmagic.a and libmagic.la were located. | ||||
* | fixup a whole steaming pile of insanity. When packages are configured, | 2007-01-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | ||||
* | - bump version, mv the libmagic.a to the staging dir and peruse one sourcedir | 2006-12-15 | 1 | -15/+18 | |
| | | | | for both host and target build. Thanks to Ulrich Hecht. | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | 2006-10-01 | 1 | -1/+1 | |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | no longer needed | 2006-04-15 | 1 | -65/+0 | |
| | |||||
* | version bump to 4.17 | 2006-04-15 | 1 | -1/+1 | |
| | |||||
* | fix cross-compiling for 64bit hosts | 2006-02-25 | 1 | -0/+65 | |
| | |||||
* | version bump | 2006-02-25 | 1 | -1/+2 | |
| | |||||
* | remove extra space after touch | 2005-11-24 | 1 | -3/+3 | |
| | |||||
* | only build host-file if we need it | 2005-09-08 | 1 | -1/+1 | |
| | |||||
* | Build 'file' for the host as well as the target. If the host system has a ↵ | 2005-08-30 | 1 | -14/+49 | |
| | | | | version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version. | ||||
* | file-4.15 is out and it supports cross-compiling :D | 2005-08-18 | 2 | -31/+1 | |
| | |||||
* | file-4.12 is no longer available | 2005-07-13 | 1 | -1/+1 | |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | 2005-02-10 | 2 | -3/+8 | |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | version bump | 2005-02-09 | 1 | -1/+1 | |
| | |||||
* | help text | 2004-10-14 | 1 | -4/+4 | |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | 2004-10-09 | 1 | -1/+1 | |
| | |||||
* | use $(TAR_VERBOSITY) | 2004-10-09 | 1 | -1/+1 | |
| | |||||
* | final step in buildroot facelift | 2004-10-09 | 2 | -0/+11 | |
| | |||||
* | facelift step number two | 2004-10-09 | 2 | -1/+31 | |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | 2004-10-09 | 1 | -0/+66 | |
directory. |