summaryrefslogtreecommitdiffstats
path: root/include/verbose.mk
Commit message (Collapse)AuthorAgeFilesLines
* build: tell users to do non-paralle builds on errorsFelix Fietkau2015-04-161-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45457
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127
* build: make the color of the 'configuration out of sync' warning red to make ↵Felix Fietkau2013-03-171-0/+6
| | | | | | it harder for users to overlook SVN-Revision: 36082
* build: fix bad file descriptor issues with the verbosity changesFelix Fietkau2012-04-261-1/+1
| | | | SVN-Revision: 31486
* build: rework verbosity level selectionFelix Fietkau2012-04-261-14/+17
| | | | | | | | | | | | | V=99 and V=1 are now deprecated in favor of a new verbosity class system, though the old flags are still supported. You can set the V variable on the command line (or OPENWRT_VERBOSE in the environment) to one or more of the following characters: - s: stdout+stderr (equal to the old V=99) - c: commands (for build systems that suppress commands by default, e.g. kbuild) - w: warnings/errors only (equal to the old V=1) SVN-Revision: 31484
* Allow colored output to be disabled when running a non-verbose build by ↵Lars-Peter Clausen2010-02-081-2/+4
| | | | | | setting NO_COLOR=1 SVN-Revision: 19560
* disable stdin unless make V=99; fixes bug where compilation can stall ↵Mike Baker2010-02-041-1/+1
| | | | | | waiting for input SVN-Revision: 19511
* make sure that processed directories are printed on make V=99Felix Fietkau2010-01-161-1/+1
| | | | SVN-Revision: 19174
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* use file descriptors 8 and 9 for build system internal log messages, as ↵Felix Fietkau2008-06-161-2/+2
| | | | | | apparently bash does not like fds greater than 9 in shell commands on some systems SVN-Revision: 11515
* large improvement for parallel builds. works without V=99 now and without ↵Felix Fietkau2008-06-091-5/+7
| | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-071-3/+7
| | | | SVN-Revision: 11059
* use printf instead of echoAndy Boyett2007-12-261-4/+4
| | | | SVN-Revision: 9932
* add shell compatibility patch from #2659Felix Fietkau2007-11-301-1/+1
| | | | SVN-Revision: 9643
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8236
* fix verbose output with dash as /bin/shFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8227
* more build system cleanupFelix Fietkau2007-07-281-8/+12
| | | | SVN-Revision: 8206
* minor tweaks to the verbose systemMike Baker2007-04-111-1/+5
| | | | SVN-Revision: 6936
* fix colors when compiling with some newer versions of bashMike Baker2007-01-301-2/+2
| | | | SVN-Revision: 6231
* another optimizationFelix Fietkau2006-11-121-1/+1
| | | | SVN-Revision: 5507
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+43