Don't print directory trail

We don't need this since we don't use a recursive make scheme. It just
adds to the output due to our extra level of (make) indirection.
This commit is contained in:
Roland Kaufmann 2013-01-23 14:24:28 +01:00
parent e10141ba7b
commit 3ca1d229d2

View File

@ -26,7 +26,7 @@ export CCACHE_DISABLE:=1
# in a nice environment so that it doesn't hog our workstation. if there
# is nothing else happening on the box, then it will run just as fast
__everything:
@$(IONICE) $(NICE) $(MAKE) -f Makefile -j $(PROCS) $(MAKECMDGOALS)
@$(IONICE) $(NICE) $(MAKE) --no-print-directory -f Makefile -j $(PROCS) $(MAKECMDGOALS)
# automatically generate all the goals we are asked to make and delegate
# processing of them to the real makefile through the dependency (since