make/devkit/Makefile

Print this page

        

*** 73,83 **** ifeq (,$(SKIP_ME)) $(foreach p,$(filter-out $(me),$(platforms)),$(eval $(p) : $$(me))) endif ! OUTPUT_ROOT = $(abspath ../../../build/devkit) RESULT = $(OUTPUT_ROOT)/result submakevars = HOST=$@ BUILD=$(me) \ RESULT=$(RESULT) PREFIX=$(RESULT)/$@ \ OUTPUT_ROOT=$(OUTPUT_ROOT) --- 73,83 ---- ifeq (,$(SKIP_ME)) $(foreach p,$(filter-out $(me),$(platforms)),$(eval $(p) : $$(me))) endif ! OUTPUT_ROOT = $(abspath ../../build/devkit) RESULT = $(OUTPUT_ROOT)/result submakevars = HOST=$@ BUILD=$(me) \ RESULT=$(RESULT) PREFIX=$(RESULT)/$@ \ OUTPUT_ROOT=$(OUTPUT_ROOT)
*** 86,97 **** @echo 'Targets: $(platforms)' for p in $@ $(filter-out $@,$(platforms)); do \ $(MAKE) -f Tools.gmk all $(submakevars) \ TARGET=$$p || exit 1 ; \ done ! @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)))) ia32 : i686 --- 86,97 ---- @echo 'Targets: $(platforms)' for p in $@ $(filter-out $@,$(platforms)); do \ $(MAKE) -f Tools.gmk all $(submakevars) \ TARGET=$$p || exit 1 ; \ done ! # @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)))) ia32 : i686