use 'false' instead of '/bin/false'

SVN-Revision: 4862
This commit is contained in:
Felix Fietkau 2006-09-27 12:04:54 +00:00
parent b19959e2dc
commit c2bd8ab963
1 changed files with 1 additions and 1 deletions

View File

@ -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)