Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-07 | Update all packages to quote $(TARGET_CC) | Thomas Petazzoni | |
Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
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> | |||
2009-01-22 | Use /usr/lib for slang instead of /lib | Ulf Samuelsson | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-08-04 | package: global largefile CFLAGS handling | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-07-30 | - install libslang.a into the correct dir (/usr/lib) | Bernhard Reutner-Fischer | |
- remove installed stuff from the staging-dir on -clean | |||
2007-07-30 | - use correct dirs for the staging_dir (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2004-12-24 | merge help descriptions written by Tom Cameron | Mike Frysinger | |
2004-12-11 | Add initial BR2_JLEVEL support, with some exceptions for apps that | Eric Andersen | |
have broken 'make -j' support | |||
2004-10-09 | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | |
2004-10-09 | use $(TAR_VERBOSITY) | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |
2004-10-09 | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | |
directory. |