common/makefiles/Main.gmk

changeset 748
c156084add48
parent 743
f8770fe60d53
parent 747
ebcd79fc658d
child 767
f10f673d9b17
child 778
f643fee2b40f
child 897
520fd54a7c43
equal deleted inserted replaced
746:f1010ef2f451 748:c156084add48
190 # used to track the exact sources used to build that image. 190 # used to track the exact sources used to build that image.
191 source-tips: $(OUTPUT_ROOT)/source_tips 191 source-tips: $(OUTPUT_ROOT)/source_tips
192 $(OUTPUT_ROOT)/source_tips: FRC 192 $(OUTPUT_ROOT)/source_tips: FRC
193 @$(MKDIR) -p $(@D) 193 @$(MKDIR) -p $(@D)
194 @$(RM) $@ 194 @$(RM) $@
195 @$(if $(HG),$(call GetSourceTips),$(ECHO) "hg not installed" > $@) 195 @$(call GetSourceTips)
196 196
197 197
198 # Remove everything, except the output from configure. 198 # Remove everything, except the output from configure.
199 clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-nashorn clean-images clean-overlay-images clean-bootcycle-build clean-docs clean-test 199 clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-nashorn clean-images clean-overlay-images clean-bootcycle-build clean-docs clean-test
200 @($(CD) $(OUTPUT_ROOT) && $(RM) -r tmp source_tips build.log* build-trace*.log*) 200 @($(CD) $(OUTPUT_ROOT) && $(RM) -r tmp source_tips build.log* build-trace*.log*)

mercurial