aboutsummaryrefslogtreecommitdiffstats
path: root/include/verbose.mk
Commit message (Expand)AuthorAgeFilesLines
* build: tell users to do non-paralle builds on errorsFelix Fietkau2015-04-161-1/+1
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
* build: make the color of the 'configuration out of sync' warning red to make ...Felix Fietkau2013-03-171-0/+6
* build: fix bad file descriptor issues with the verbosity changesFelix Fietkau2012-04-261-1/+1
* build: rework verbosity level selectionFelix Fietkau2012-04-261-14/+17
* Allow colored output to be disabled when running a non-verbose build byLars-Peter Clausen2010-02-081-2/+4
* disable stdin unless make V=99; fixes bug where compilation can stall waiting...Mike Baker2010-02-041-1/+1
* make sure that processed directories are printed on make V=99Felix Fietkau2010-01-161-1/+1
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
* use file descriptors 8 and 9 for build system internal log messages, as appar...Felix Fietkau2008-06-161-2/+2
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-5/+7
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-071-3/+7
* use printf instead of echoAndy Boyett2007-12-261-4/+4
* add shell compatibility patch from #2659Felix Fietkau2007-11-301-1/+1
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-1/+1
* fix verbose output with dash as /bin/shFelix Fietkau2007-07-301-1/+1
* more build system cleanupFelix Fietkau2007-07-281-8/+12
* minor tweaks to the verbose systemMike Baker2007-04-111-1/+5
* fix colors when compiling with some newer versions of bashMike Baker2007-01-301-2/+2
* another optimizationFelix Fietkau2006-11-121-1/+1
* use 'false' instead of '/bin/false'Felix Fietkau2006-09-271-1/+1
* automatically turn off colorsMike Baker2006-08-041-1/+6
* fix NO_TRACE_MAKEFelix Fietkau2006-07-221-5/+8
* cleanup & revert [4159]Mike Baker2006-07-201-4/+2
* fix KBUILD_VERBOSE if V is unsetFelix Fietkau2006-07-181-1/+4
* accept V= from the environment as wellFelix Fietkau2006-07-181-4/+1
* fix broken .pkginfo under certain situationsMike Baker2006-07-101-0/+2
* always set NO_TRACE_MAKEFelix Fietkau2006-07-021-1/+2
* minor changesMike Baker2006-06-271-1/+1
* credit where credit is dueMike Baker2006-06-271-1/+6
* prevent verbose script from corrupting .pkginfoMike Baker2006-06-231-6/+2
* set default verbosity to 0Mike Baker2006-06-231-1/+1
* switch on new verbose systemMike Baker2006-06-231-6/+14
* new verbose/trace script for makeMike Baker2006-06-231-0/+25