23 Commits (master)

Author SHA1 Message Date
Daniel Engberg 0aaa650755 include/verbose.mk: Add sc to failure message 6 years ago
李国 671999157d verbose.mk: quote SUBMAKE options 6 years ago
Felix Fietkau a0ced5164a build: tell users to do non-paralle builds on errors 9 years ago
Luka Perkov 7002f6326e include: remove trailing whitespaces 9 years ago
Felix Fietkau a4c8d4e377 build: make the color of the 'configuration out of sync' warning red to make it harder for users to overlook 11 years ago
Felix Fietkau 6af6c0ae76 build: fix bad file descriptor issues with the verbosity changes 12 years ago
Felix Fietkau 34ffb526a2 build: rework verbosity level selection 12 years ago
Lars-Peter Clausen 6f3db147b6 Allow colored output to be disabled when running a non-verbose build by setting NO_COLOR=1 14 years ago
Mike Baker 129a1e0714 disable stdin unless make V=99; fixes bug where compilation can stall waiting for input 14 years ago
Felix Fietkau 4af8308788 make sure that processed directories are printed on make V=99 15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 15 years ago
Felix Fietkau dea3f68b35 use file descriptors 8 and 9 for build system internal log messages, as apparently bash does not like fds greater than 9 in shell commands on some systems 16 years ago
Felix Fietkau 4c665e6ca4 large improvement for parallel builds. works without V=99 now and without warnings. tested with -j on an 2x dual core opteron machine 16 years ago
Felix Fietkau 31a3a503cc add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages 16 years ago
Andy Boyett ec849ba7c8 use printf instead of echo 17 years ago
Felix Fietkau 40840d495f add shell compatibility patch from #2659 17 years ago
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure 17 years ago
Felix Fietkau e23c6c4b6b fix verbose output with dash as /bin/sh 17 years ago
Felix Fietkau 9c88ba80b9 more build system cleanup 17 years ago
Mike Baker 9b62c7eb9d minor tweaks to the verbose system 17 years ago
Mike Baker 9fffc68101 fix colors when compiling with some newer versions of bash 18 years ago
Felix Fietkau cf10a1dd5e another optimization 18 years ago