projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e902d2
)
use 'false' instead of '/bin/false'
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Sep 2006 12:04:54 +0000
(12:04 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Sep 2006 12:04:54 +0000
(12:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4862
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/verbose.mk
patch
|
blob
|
history
diff --git
a/include/verbose.mk
b/include/verbose.mk
index
36002ae
..
34568a3
100644
(file)
--- a/
include/verbose.mk
+++ b/
include/verbose.mk
@@
-36,7
+36,7
@@
ifneq ($(KBUILD_VERBOSE),99)
ifeq ($(KBUILD_VERBOSE),0)
MAKE:=&>/dev/null $(MAKE)
endif
- MAKE:=cmd() { $(MAKE) $$* || { echo "Build failed. Please re-run make with V=99 to see what's going on";
/bin/
false; } } 3>&1 4>&2; cmd
+ MAKE:=cmd() { $(MAKE) $$* || { echo "Build failed. Please re-run make with V=99 to see what's going on"; false; } } 3>&1 4>&2; cmd
endif
.SILENT: $(MAKECMDGOALS)
This page took
0.028325 seconds
and
4
git commands to generate.