# HG changeset patch # User cl # Date 1303957180 25200 # Node ID 8394bb7065f9b743f3b14791c60e5bd77d000e49 # Parent f4298bc3f4b6baa315643be06966f09684290068# Parent 334bea52fc164a771c3237604ba0ac2c0885576b Merge diff -r f4298bc3f4b6 -r 8394bb7065f9 .hgignore --- a/.hgignore Wed Jul 05 17:42:19 2017 +0200 +++ b/.hgignore Wed Apr 27 19:19:40 2011 -0700 @@ -2,3 +2,4 @@ ^dist/ /nbproject/private/ ^webrev +^.hgtip diff -r f4298bc3f4b6 -r 8394bb7065f9 Makefile --- a/Makefile Wed Jul 05 17:42:19 2017 +0200 +++ b/Makefile Wed Apr 27 19:19:40 2011 -0700 @@ -97,7 +97,7 @@ endef # Generic build of basic repo series -generic_build_repo_series:: +generic_build_repo_series:: $(SOURCE_TIPS) $(MKDIR) -p $(OUTPUTDIR) $(MKDIR) -p $(OUTPUTDIR)/j2sdk-image @$(call StartTimer) @@ -243,6 +243,14 @@ debug_build:: build_debug_image fastdebug_build:: build_fastdebug_image +# The source tips are stored with the relative path to the repo. +# This file will be used when constructing the jdk image. +source_tips: $(SOURCE_TIPS) + $(CAT) $< +$(SOURCE_TIPS): FRC + @$(prep-target) + @$(call GetSourceTips) + clobber:: REPORT_BUILD_TIMES= clobber:: $(RM) -r $(OUTPUTDIR)/*