--- old/make/devkit/Makefile 2014-03-26 12:30:39.972909569 +0100 +++ new/make/devkit/Makefile 2014-03-26 12:30:39.888906136 +0100 @@ -75,7 +75,7 @@ $(foreach p,$(filter-out $(me),$(platforms)),$(eval $(p) : $$(me))) endif -OUTPUT_ROOT = $(abspath ../../../build/devkit) +OUTPUT_ROOT = $(abspath ../../build/devkit) RESULT = $(OUTPUT_ROOT)/result submakevars = HOST=$@ BUILD=$(me) \ @@ -88,8 +88,8 @@ $(MAKE) -f Tools.gmk all $(submakevars) \ TARGET=$$p || exit 1 ; \ done - @echo 'Building ccache program for $@' - $(MAKE) -f Tools.gmk ccache $(submakevars) TARGET=$@ +# @echo 'Building ccache program for $@' +# $(MAKE) -f Tools.gmk ccache $(submakevars) TARGET=$@ @echo 'All done"' $(foreach a,i686 x86_64,$(eval $(a) : $(filter $(a)%,$(platforms))))