< prev index next >

make/Help.gmk

Print this page

        

*** 113,120 **** print-configurations: $(foreach var, $(all_confs), $(info $(var))) # We need a dummy rule otherwise make will complain @true ! ALL_GLOBAL_TARGETS := help print-configurations .PHONY: $(ALL_GLOBAL_TARGETS) --- 113,127 ---- print-configurations: $(foreach var, $(all_confs), $(info $(var))) # We need a dummy rule otherwise make will complain @true ! # This is not really a "help" target, but it is a global target, and those are ! # all contained in this file. ! run-test-prebuilt: ! @( cd $(topdir) && \ ! $(MAKE) --no-print-directory -r -R -I make/common/ -f make/RunTestsPrebuilt.gmk \ ! run-test-prebuilt TEST="$(TEST)" ) ! ! ALL_GLOBAL_TARGETS := help print-configurations run-test-prebuilt .PHONY: $(ALL_GLOBAL_TARGETS)
< prev index next >