index
:
openwrt/em-br6478acv2/master-187ad058
master
openwrt master 187ad058
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
toplevel.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[include] toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined an...
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
*
[include] 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
*
[include] make prepare_kernel_conf target depend on quilt instead of sed. Pre...
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
*
[include] toplevel.mk: remove quotes from the release name, its up to its use...
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
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
Felix Fietkau
2008-08-16
1
-10
/
+10
*
fix cut&paste mistake
Felix Fietkau
2008-08-09
1
-2
/
+2
*
fix make distclean
Felix Fietkau
2008-08-09
1
-1
/
+1
*
fix 'make docs'
Felix Fietkau
2008-08-06
1
-2
/
+2
*
add another check to the dependencies
Felix Fietkau
2008-06-15
1
-1
/
+1
*
fix typo
Felix Fietkau
2008-06-15
1
-1
/
+1
*
add some sanity checking
Felix Fietkau
2008-06-15
1
-1
/
+1
*
fix make menuconfig/oldconfig
Felix Fietkau
2008-06-09
1
-2
/
+2
*
large improvement for parallel builds. works without V=99 now and without war...
Felix Fietkau
2008-06-09
1
-15
/
+15
*
allow parallel downloading for make download
Felix Fietkau
2008-06-09
1
-4
/
+4
*
Fix typo in last commit
Andy Boyett
2008-04-26
1
-1
/
+1
*
Remove old feeds symlink in distclean. Thanks fish
Andy Boyett
2008-04-26
1
-1
/
+1
*
Clean files in scripts/config (#3011)
Florian Fainelli
2008-04-03
1
-0
/
+1
[next]