| Commit message (Expand) | Author | Age | Files | Lines |
* | build: increase file descriptor count limit for the build, some systems (e.g.... | nbd | 2012-10-31 | 1 | -1/+3 |
* | it's time to break the barriers | kaloz | 2012-10-08 | 1 | -2/+2 |
* | build: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages | nbd | 2012-09-23 | 1 | -1/+2 |
* | build: move the -j flag to package.mk instead of grabbing it from makeflags, ... | nbd | 2012-09-15 | 1 | -1/+1 |
* | build: add a config option for passing the top-level make jobserver to packag... | nbd | 2012-09-15 | 1 | -1/+1 |
* | scripts/config: build with gcc instead of clang on mac os x | nbd | 2012-07-16 | 1 | -2/+3 |
* | [include] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined an... | jow | 2012-07-11 | 1 | -1/+1 |
* | build: prevent the environment variable CROSS_COMPILE from leaking into build... | nbd | 2012-06-06 | 1 | -1/+1 |
* | make: do a better job of sanitizing LD_LIBRARY_PATH (fixes #8069) | nbd | 2012-05-17 | 1 | -2/+2 |
* | add further countermeasures against the git core.autocrlf option (fixes #9075) | nbd | 2012-05-08 | 1 | -0/+1 |
* | [include] prevent distro default LPATH from interfering | blogic | 2012-04-05 | 1 | -0/+3 |
* | build: unexport C_INCLUDE_PATH to prevent user settings from interfering with... | nbd | 2012-03-05 | 1 | -0/+2 |
* | [include] make prepare_kernel_conf target depend on quilt instead of sed. Pre... | jow | 2012-01-08 | 1 | -2/+2 |
* | prepare .config before testing for missing options | nbd | 2011-04-17 | 1 | -1/+1 |
* | toplevel: add a warning about .config being out of sync after an update | nbd | 2011-04-04 | 1 | -0/+7 |
* | [include] toplevel.mk: remove quotes from the release name, its up to its use... | jow | 2011-02-19 | 1 | -1/+1 |
* | it's time for some attitude adjustment ;) | kaloz | 2011-02-13 | 1 | -2/+2 |
* | set the umask in toplevel.mk instead of forcing the user to adjust it | nbd | 2010-10-14 | 1 | -0/+2 |
* | add a command for printing a cleaned up make target database - will be used t... | nbd | 2010-09-01 | 1 | -0/+3 |
* | fix compile errors by forcing bash to be used as a shell in all submake proce... | nbd | 2010-08-19 | 1 | -1/+0 |
* | speed up the build system by including include/shell.sh on shell commands onl... | nbd | 2010-08-19 | 1 | -1/+1 |
* | Add kernel_nconfig make target | lars | 2010-08-06 | 1 | -0/+3 |
* | unset user overrides for quilt settings to prevent them from interfering with... | nbd | 2010-01-25 | 1 | -0/+3 |
* | add support for build system overlays that alter package build instructions | nbd | 2009-08-31 | 1 | -1/+1 |
* | use unexport instead of export to clear perforce variables | nbd | 2009-05-08 | 1 | -4/+1 |
* | override some variables to make sure that perforce does not mess with our bui... | nbd | 2009-05-07 | 1 | -0/+6 |
* | make sure that at least sed is built before kernel_menuconfig/kernel_oldconfi... | nbd | 2009-04-27 | 1 | -2/+11 |
* | optimize the .config dependency chain in the toplevel makefile | nbd | 2009-03-03 | 1 | -2/+2 |
* | avoid implicit rules in even more places | nbd | 2009-03-03 | 1 | -7/+7 |
* | add staging_dir/host/lib to LD_LIBRARY_PATH so that host-built applications c... | nbd | 2009-02-28 | 1 | -0/+2 |
* | one more instance of r13005 | nbd | 2008-10-18 | 1 | -1/+1 |
* | don't overwrite .config if it's a symlink (fixes scripts/env problems) | nbd | 2008-10-18 | 1 | -1/+1 |
* | make sure a predefined CFLAGS variable does not get in the way (fix for #4038) | nbd | 2008-09-25 | 1 | -0/+3 |
* | rework parallel building to get rid of some warnings | nbd | 2008-08-16 | 1 | -10/+10 |
* | fix cut&paste mistake | nbd | 2008-08-09 | 1 | -2/+2 |
* | fix make distclean | nbd | 2008-08-09 | 1 | -1/+1 |
* | fix 'make docs' | nbd | 2008-08-06 | 1 | -2/+2 |
* | add another check to the dependencies | nbd | 2008-06-15 | 1 | -1/+1 |
* | fix typo | nbd | 2008-06-15 | 1 | -1/+1 |
* | add some sanity checking | nbd | 2008-06-15 | 1 | -1/+1 |
* | fix make menuconfig/oldconfig | nbd | 2008-06-09 | 1 | -2/+2 |
* | large improvement for parallel builds. works without V=99 now and without war... | nbd | 2008-06-09 | 1 | -15/+15 |
* | allow parallel downloading for make download | nbd | 2008-06-09 | 1 | -4/+4 |
* | Fix typo in last commit | agb | 2008-04-26 | 1 | -1/+1 |
* | Remove old feeds symlink in distclean. Thanks fish | agb | 2008-04-26 | 1 | -1/+1 |
* | Clean files in scripts/config (#3011) | florian | 2008-04-03 | 1 | -0/+1 |
* | "make distclean" should remove "package/feeds" | ralph | 2008-03-24 | 1 | -1/+1 |
* | remove obsolete symlinkclean target | nbd | 2008-03-19 | 1 | -4/+0 |
* | Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. ... | thepeople | 2008-03-17 | 1 | -1/+1 |
* | add missing dependency for the target metadata scan | nbd | 2008-02-09 | 1 | -1/+1 |