1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

minor changes

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4096 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-06-27 23:52:30 +00:00
parent 3606a6b3ad
commit bc1c3a84e0

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)