minor changes

SVN-Revision: 4096
This commit is contained in:
Mike Baker 2006-06-27 23:52:30 +00:00
parent db2eecc69a
commit 99b2a9aebe
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ ifneq ($(KBUILD_VERBOSE),99)
ifeq ($(KBUILD_VERBOSE),0)
MAKE:=&>/dev/null $(MAKE)
endif
MAKE:=3>&1 4>&2 $(MAKE)
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
endif
.SILENT: $(MAKECMDGOALS)