Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: silence ./configure step when building with 'make -s' | 2009-10-01 | 1 | -1/+1 | |
| | | | | | | | | | | 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> | ||||
* | package: Remove unnecessary dependencies on uclibc. | 2009-09-03 | 1 | -2/+2 | |
| | | | | | | | | 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 | |
| | |||||
* | Kconfig: remove 'default n' | 2008-07-17 | 1 | -2/+0 | |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | - make sure that the target's usr/include dir exists when installing the headers | 2007-10-02 | 1 | -1/+3 | |
| | | | | | It would make sense to provide a $(PREREQ_TARGETDIR_USR_INCLUDE) prerequisite that expands to $(TARGET_DIR)/usr/include if installing any headers was requested to fix this in a generic manner.. | ||||
* | - 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) | ||||
* | - bump version and make it compile also if 64bit is unavailable | 2007-09-24 | 2 | -5/+12375 | |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | 2007-08-21 | 1 | -1/+1 | |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | 2007-07-11 | 1 | -8/+8 | |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | 2007-06-27 | 1 | -2/+1 | |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - install some more stuff that goes into staging_dir into the proper place. | 2007-04-16 | 1 | -1/+1 | |
| | | | | First hunk of fixes for bug #1290 | ||||
* | - someone disabled shared lib support without fixing the libelf rule leading to | 2007-04-06 | 2 | -4/+20 | |
| | | | | | useless rebuilds. Add option to install the lib to the target and not only to the staging_dir. | ||||
* | - bump version. memmove works so let configure know about this fact | 2007-04-06 | 1 | -6/+8 | |
| | |||||
* | fixup package LDFLAGS handling | 2007-03-13 | 1 | -0/+2 | |
| | |||||
* | - 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) | ||||
* | removed unnessary patch and removed references for installing shared libs ↵ | 2006-01-23 | 2 | -13/+0 | |
| | | | | that are not built | ||||
* | disable shared library support during configuration | 2006-01-23 | 2 | -2/+3 | |
| | |||||
* | Fix up the build of libelf so it actually works | 2005-04-12 | 2 | -6/+23 | |
| | |||||
* | Add support for libelf | 2005-02-25 | 2 | -0/+69 | |