# HG changeset patch # User schien # Date 1304354147 25200 # Node ID 0f69dca4aa4745a42ea4866736f46457be18c2a9 # Parent 30fbc94c53872c26c3211588e846fab8a307a591# Parent 8394bb7065f9b743f3b14791c60e5bd77d000e49 Merge diff -r 30fbc94c5387 -r 0f69dca4aa47 .hgignore --- a/.hgignore Thu Apr 28 17:44:13 2011 -0700 +++ b/.hgignore Mon May 02 09:35:47 2011 -0700 @@ -2,3 +2,4 @@ ^dist/ /nbproject/private/ ^webrev +^.hgtip diff -r 30fbc94c5387 -r 0f69dca4aa47 Makefile --- a/Makefile Thu Apr 28 17:44:13 2011 -0700 +++ b/Makefile Mon May 02 09:35:47 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)/*