common/makefiles/Main.gmk

changeset 747
ebcd79fc658d
parent 728
db3144e1f89b
child 748
c156084add48
equal deleted inserted replaced
742:794cceb5dc82 747:ebcd79fc658d
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