next round of build system cleanup - convert package/ to new structure

SVN-Revision: 8236
This commit is contained in:
Felix Fietkau
2007-07-30 18:22:01 +00:00
parent 2e072cfb4b
commit 49e628f765
11 changed files with 123 additions and 134 deletions

View File

@@ -44,7 +44,7 @@ ifneq ($(KBUILD_VERBOSE),99)
MAKE:=&>/dev/null $(MAKE)
endif
export QUIET:=1
MAKE:=cmd() { $(MAKE) $$* || { echo "make $$*: build failed. Please re-run make with V=99 to see what's going on"; false; } } 3>&1 4>&2; cmd
MAKE:=cmd() { $(MAKE) -s $$* || { echo "make $$*: build failed. Please re-run make with V=99 to see what's going on"; false; } } 3>&1 4>&2; cmd
endif
.SILENT: $(MAKECMDGOALS)