diff --git a/src/pkg/Makefile b/src/pkg/Makefile index dd0dd9cd6c..1e066dcf95 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -231,7 +231,7 @@ bench.dirs: $(addsuffix .bench, $(BENCH)) %.install: +@echo install $* - +@$(MAKE) -C $* install >$*/build.out 2>&1 || (echo INSTALL FAIL $*; cat $*/build.out) + +@$(MAKE) -C $* install >$*/build.out 2>&1 || (echo INSTALL FAIL $*; cat $*/build.out; exit 1) %.nuke: +$(MAKE) -C $* nuke