Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: add a config option for passing the top-level make jobserver to ↵ | Felix Fietkau | 2012-09-15 | 1 | -1/+1 | |
| | | | | | | packages that have parallel build enabled, significantly improves parallelization and gets rid of CPU overcommit during intra-package parallel builds SVN-Revision: 33414 | |||||
* | scripts/config: build with gcc instead of clang on mac os x | Felix Fietkau | 2012-07-16 | 1 | -2/+3 | |
| | | | | SVN-Revision: 32749 | |||||
* | toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes ↵ | Jo-Philipp Wich | 2012-07-11 | 1 | -1/+1 | |
| | | | | | | the buildroot up SVN-Revision: 32663 | |||||
* | build: prevent the environment variable CROSS_COMPILE from leaking into ↵ | Felix Fietkau | 2012-06-06 | 1 | -1/+1 | |
| | | | | | | builds (fixes #11603) SVN-Revision: 32081 | |||||
* | make: do a better job of sanitizing LD_LIBRARY_PATH (fixes #8069) | Felix Fietkau | 2012-05-17 | 1 | -2/+2 | |
| | | | | SVN-Revision: 31780 | |||||
* | add further countermeasures against the git core.autocrlf option (fixes #9075) | Felix Fietkau | 2012-05-08 | 1 | -0/+1 | |
| | | | | SVN-Revision: 31650 | |||||
* | prevent distro default LPATH from interfering | John Crispin | 2012-04-05 | 1 | -0/+3 | |
| | | | | | | | | | | Attach patch unsets LPATH flag (found configured in some custom host distributions) to make OpenWRT compile its toolchain without any issues. LPATH is used on some distros to define the linkers search path. Signed-off-by: Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31203 | |||||
* | build: unexport C_INCLUDE_PATH to prevent user settings from interfering ↵ | Felix Fietkau | 2012-03-05 | 1 | -0/+2 | |
| | | | | | | with the build (fixes #9865) SVN-Revision: 30830 | |||||
* | make prepare_kernel_conf target depend on quilt instead of sed. Preparing ↵ | Jo-Philipp Wich | 2012-01-08 | 1 | -2/+2 | |
| | | | | | | the source tree requires quilt and installing quilt implies installing sed. SVN-Revision: 29697 | |||||
* | prepare .config before testing for missing options | Felix Fietkau | 2011-04-17 | 1 | -1/+1 | |
| | | | | SVN-Revision: 26700 | |||||
* | toplevel: add a warning about .config being out of sync after an update | Felix Fietkau | 2011-04-04 | 1 | -0/+7 | |
| | | | | SVN-Revision: 26459 | |||||
* | toplevel.mk: remove quotes from the release name, its up to its users to ↵ | Jo-Philipp Wich | 2011-02-19 | 1 | -1/+1 | |
| | | | | | | ensure proper quoting SVN-Revision: 25596 | |||||
* | it's time for some attitude adjustment ;) | Imre Kaloz | 2011-02-13 | 1 | -2/+2 | |
| | | | | SVN-Revision: 25514 | |||||
* | set the umask in toplevel.mk instead of forcing the user to adjust it | Felix Fietkau | 2010-10-14 | 1 | -0/+2 | |
| | | | | SVN-Revision: 23445 | |||||
* | add a command for printing a cleaned up make target database - will be used ↵ | Felix Fietkau | 2010-09-01 | 1 | -0/+3 | |
| | | | | | | to analyze package dependencies at some point SVN-Revision: 22871 | |||||
* | fix compile errors by forcing bash to be used as a shell in all submake ↵ | Felix Fietkau | 2010-08-19 | 1 | -1/+0 | |
| | | | | | | processes SVN-Revision: 22726 | |||||
* | speed up the build system by including include/shell.sh on shell commands ↵ | Felix Fietkau | 2010-08-19 | 1 | -1/+1 | |
| | | | | | | only where necessary SVN-Revision: 22720 | |||||
* | Add kernel_nconfig make target | Lars-Peter Clausen | 2010-08-06 | 1 | -0/+3 | |
| | | | | SVN-Revision: 22518 | |||||
* | unset user overrides for quilt settings to prevent them from interfering ↵ | Felix Fietkau | 2010-01-25 | 1 | -0/+3 | |
| | | | | | | with the build process (#6553) SVN-Revision: 19332 | |||||
* | add support for build system overlays that alter package build instructions ↵ | Felix Fietkau | 2009-08-31 | 1 | -1/+1 | |
| | | | | | | currently unused, will probably be managed by the feeds system later SVN-Revision: 17445 | |||||
* | use unexport instead of export to clear perforce variables | Felix Fietkau | 2009-05-08 | 1 | -4/+1 | |
| | | | | SVN-Revision: 15708 | |||||
* | override some variables to make sure that perforce does not mess with our ↵ | Felix Fietkau | 2009-05-07 | 1 | -0/+6 | |
| | | | | | | build process SVN-Revision: 15705 | |||||
* | make sure that at least sed is built before ↵ | Felix Fietkau | 2009-04-27 | 1 | -2/+11 | |
| | | | | | | kernel_menuconfig/kernel_oldconfig is executed SVN-Revision: 15433 | |||||
* | optimize the .config dependency chain in the toplevel makefile | Felix Fietkau | 2009-03-03 | 1 | -2/+2 | |
| | | | | SVN-Revision: 14740 | |||||
* | avoid implicit rules in even more places | Felix Fietkau | 2009-03-03 | 1 | -7/+7 | |
| | | | | SVN-Revision: 14737 | |||||
* | add staging_dir/host/lib to LD_LIBRARY_PATH so that host-built applications ↵ | Felix Fietkau | 2009-02-28 | 1 | -0/+2 | |
| | | | | | | can install and make use of shared libraries SVN-Revision: 14698 | |||||
* | one more instance of r13005 | Felix Fietkau | 2008-10-18 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13007 | |||||
* | don't overwrite .config if it's a symlink (fixes scripts/env problems) | Felix Fietkau | 2008-10-18 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13005 | |||||
* | make sure a predefined CFLAGS variable does not get in the way (fix for #4038) | Felix Fietkau | 2008-09-25 | 1 | -0/+3 | |
| | | | | SVN-Revision: 12702 | |||||
* | rework parallel building to get rid of some warnings and add back support ↵ | Felix Fietkau | 2008-08-16 | 1 | -10/+10 | |
| | | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322 | |||||
* | fix cut&paste mistake | Felix Fietkau | 2008-08-09 | 1 | -2/+2 | |
| | | | | SVN-Revision: 12254 | |||||
* | fix make distclean | Felix Fietkau | 2008-08-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 12252 | |||||
* | fix 'make docs' | Felix Fietkau | 2008-08-06 | 1 | -2/+2 | |
| | | | | SVN-Revision: 12211 | |||||
* | add another check to the dependencies | Felix Fietkau | 2008-06-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 11475 | |||||
* | fix typo | Felix Fietkau | 2008-06-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 11474 | |||||
* | add some sanity checking | Felix Fietkau | 2008-06-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 11473 | |||||
* | fix make menuconfig/oldconfig | Felix Fietkau | 2008-06-09 | 1 | -2/+2 | |
| | | | | SVN-Revision: 11415 | |||||
* | large improvement for parallel builds. works without V=99 now and without ↵ | Felix Fietkau | 2008-06-09 | 1 | -15/+15 | |
| | | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414 | |||||
* | allow parallel downloading for make download | Felix Fietkau | 2008-06-09 | 1 | -4/+4 | |
| | | | | SVN-Revision: 11411 | |||||
* | Fix typo in last commit | Andy Boyett | 2008-04-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 10942 | |||||
* | Remove old feeds symlink in distclean. Thanks fish - Fixes duplicate package ↵ | Andy Boyett | 2008-04-26 | 1 | -1/+1 | |
| | | | | | | entries when coming from pre r10634 SVN-Revision: 10941 | |||||
* | Clean files in scripts/config (#3011) | Florian Fainelli | 2008-04-03 | 1 | -0/+1 | |
| | | | | SVN-Revision: 10723 | |||||
* | "make distclean" should remove "package/feeds" thanks to Robert P. J. Day | Ralph Hempel | 2008-03-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 10650 | |||||
* | remove obsolete symlinkclean target the new make package/symlinks does not ↵ | Felix Fietkau | 2008-03-19 | 1 | -4/+0 | |
| | | | | | | need it. SVN-Revision: 10622 | |||||
* | Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. ↵ | Travis Kemen | 2008-03-17 | 1 | -1/+1 | |
| | | | | | | J. Day <rpjday@crashcourse.ca> SVN-Revision: 10612 | |||||
* | add missing dependency for the target metadata scan | Felix Fietkau | 2008-02-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 10436 | |||||
* | fix the sdk | Felix Fietkau | 2007-12-14 | 1 | -1/+6 | |
| | | | | SVN-Revision: 9747 | |||||
* | clean up openwrt version handling, use a separate script that is executed at ↵ | Felix Fietkau | 2007-12-13 | 1 | -11/+6 | |
| | | | | | | the beginning of the build process, fix revision checking with git SVN-Revision: 9723 | |||||
* | fix make clean for unconfigured build trees | Felix Fietkau | 2007-12-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 9655 | |||||
* | fix parallel build issues | Felix Fietkau | 2007-11-04 | 1 | -0/+1 | |
| | | | | SVN-Revision: 9495 |