| Commit message (Expand) | Author | Age | Files | Lines |
* | build: move tmp/.prereq-build to staging_dir/host to gracefully handle stagin... | Felix Fietkau | 2015-02-27 | 1 | -4/+4 |
* | include: remove SDK specific target from toplevel.mk | Jo-Philipp Wich | 2015-02-08 | 1 | -1/+7 |
* | include: let HOSTCC default to $(CC), not gcc | Jo-Philipp Wich | 2015-02-05 | 1 | -1/+1 |
* | include: test build prereqs before preparing tempinfo | Jo-Philipp Wich | 2015-02-05 | 1 | -1/+1 |
* | sdk: track files with git and use it to implement proper clean targets | Jo-Philipp Wich | 2015-01-10 | 1 | -1/+1 |
* | Fix build when TAR_OPTIONS env variable is set | John Crispin | 2014-10-06 | 1 | -0/+2 |
* | build: introduce per feed repository support | Jo-Philipp Wich | 2014-08-05 | 1 | -0/+2 |
* | include/toplevel.mk: more chaos calmer renaming | John Crispin | 2014-07-29 | 1 | -1/+1 |
* | target/sdk: use .config instead of unconditionally enabling all build dirs | Felix Fietkau | 2014-03-13 | 1 | -0/+11 |
* | build: fix build on Mac OS X 10.9 | Felix Fietkau | 2013-10-28 | 1 | -2/+9 |
* | build scripts: fix 'make defconfig' damage | Florian Fainelli | 2013-09-02 | 1 | -1/+2 |
* | build: fix make defconfig | Felix Fietkau | 2013-04-18 | 1 | -1/+1 |
* | build: add new menuconfig code based on linux 3.9 | Felix Fietkau | 2013-04-18 | 1 | -3/+8 |
* | build: make the color of the 'configuration out of sync' warning red to make ... | Felix Fietkau | 2013-03-17 | 1 | -2/+3 |
* | include/toplevel.mk: print warnings/errors to stderr | Jonas Gorski | 2013-02-21 | 1 | -1/+1 |
* | build: increase file descriptor count limit for the build, some systems (e.g.... | Felix Fietkau | 2012-10-31 | 1 | -1/+3 |
* | it's time to break the barriers | Imre Kaloz | 2012-10-08 | 1 | -2/+2 |
* | build: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages | Felix Fietkau | 2012-09-23 | 1 | -1/+2 |
* | build: move the -j flag to package.mk instead of grabbing it from makeflags, ... | Felix Fietkau | 2012-09-15 | 1 | -1/+1 |
* | build: add a config option for passing the top-level make jobserver to packag... | Felix Fietkau | 2012-09-15 | 1 | -1/+1 |
* | scripts/config: build with gcc instead of clang on mac os x | Felix Fietkau | 2012-07-16 | 1 | -2/+3 |
* | toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes t... | Jo-Philipp Wich | 2012-07-11 | 1 | -1/+1 |
* | build: prevent the environment variable CROSS_COMPILE from leaking into build... | Felix Fietkau | 2012-06-06 | 1 | -1/+1 |
* | make: do a better job of sanitizing LD_LIBRARY_PATH (fixes #8069) | Felix Fietkau | 2012-05-17 | 1 | -2/+2 |
* | add further countermeasures against the git core.autocrlf option (fixes #9075) | Felix Fietkau | 2012-05-08 | 1 | -0/+1 |
* | prevent distro default LPATH from interfering | John Crispin | 2012-04-05 | 1 | -0/+3 |
* | build: unexport C_INCLUDE_PATH to prevent user settings from interfering with... | Felix Fietkau | 2012-03-05 | 1 | -0/+2 |
* | make prepare_kernel_conf target depend on quilt instead of sed. Preparing the... | Jo-Philipp Wich | 2012-01-08 | 1 | -2/+2 |
* | prepare .config before testing for missing options | Felix Fietkau | 2011-04-17 | 1 | -1/+1 |
* | toplevel: add a warning about .config being out of sync after an update | Felix Fietkau | 2011-04-04 | 1 | -0/+7 |
* | toplevel.mk: remove quotes from the release name, its up to its users to ensu... | Jo-Philipp Wich | 2011-02-19 | 1 | -1/+1 |
* | it's time for some attitude adjustment ;) | Imre Kaloz | 2011-02-13 | 1 | -2/+2 |
* | set the umask in toplevel.mk instead of forcing the user to adjust it | Felix Fietkau | 2010-10-14 | 1 | -0/+2 |
* | add a command for printing a cleaned up make target database - will be used t... | Felix Fietkau | 2010-09-01 | 1 | -0/+3 |
* | fix compile errors by forcing bash to be used as a shell in all submake proce... | Felix Fietkau | 2010-08-19 | 1 | -1/+0 |
* | speed up the build system by including include/shell.sh on shell commands onl... | Felix Fietkau | 2010-08-19 | 1 | -1/+1 |
* | Add kernel_nconfig make target | Lars-Peter Clausen | 2010-08-06 | 1 | -0/+3 |
* | unset user overrides for quilt settings to prevent them from interfering with... | Felix Fietkau | 2010-01-25 | 1 | -0/+3 |
* | add support for build system overlays that alter package build instructions c... | Felix Fietkau | 2009-08-31 | 1 | -1/+1 |
* | use unexport instead of export to clear perforce variables | Felix Fietkau | 2009-05-08 | 1 | -4/+1 |
* | override some variables to make sure that perforce does not mess with our bui... | Felix Fietkau | 2009-05-07 | 1 | -0/+6 |
* | make sure that at least sed is built before kernel_menuconfig/kernel_oldconfi... | Felix Fietkau | 2009-04-27 | 1 | -2/+11 |
* | optimize the .config dependency chain in the toplevel makefile | Felix Fietkau | 2009-03-03 | 1 | -2/+2 |
* | avoid implicit rules in even more places | Felix Fietkau | 2009-03-03 | 1 | -7/+7 |
* | add staging_dir/host/lib to LD_LIBRARY_PATH so that host-built applications c... | Felix Fietkau | 2009-02-28 | 1 | -0/+2 |
* | one more instance of r13005 | Felix Fietkau | 2008-10-18 | 1 | -1/+1 |
* | don't overwrite .config if it's a symlink (fixes scripts/env problems) | Felix Fietkau | 2008-10-18 | 1 | -1/+1 |
* | make sure a predefined CFLAGS variable does not get in the way (fix for #4038) | Felix Fietkau | 2008-09-25 | 1 | -0/+3 |
* | rework parallel building to get rid of some warnings and add back support for... | Felix Fietkau | 2008-08-16 | 1 | -10/+10 |
* | fix cut&paste mistake | Felix Fietkau | 2008-08-09 | 1 | -2/+2 |