hg: build-infra/jdk8/jdk: Misc cleanup. Changed all .temp uses to .tmp to be consistent, declaring .tmp (e.g. $@.tmp) to be the standard pattern. Added a few more uses of $@.tmp, where ever the rules have a chance of failing and leaving an $@ file half formed but with a new timestamp. Removed the -f option from all $(RM) uses, RM has always been defined as 'rm -f' no need for the -f. Added some '' over the $@ uses where other commands used it, for consistency sake.
kelly.ohair at oracle.com
kelly.ohair at oracle.com
Thu Sep 6 11:39:10 PDT 2012
Changeset: 6b7c0cf57b73
Author: ohair
Date: 2012-09-06 11:39 -0700
URL: http://hg.openjdk.java.net/build-infra/jdk8/jdk/rev/6b7c0cf57b73
Misc cleanup. Changed all .temp uses to .tmp to be consistent, declaring .tmp (e.g. $@.tmp) to be the standard pattern. Added a few more uses of $@.tmp, where ever the rules have a chance of failing and leaving an $@ file half formed but with a new timestamp. Removed the -f option from all $(RM) uses, RM has always been defined as 'rm -f' no need for the -f. Added some '' over the $@ uses where other commands used it, for consistency sake.
These $@.tmp changes may be more critical on Windows, but I'm suspecting some SED failures occasionally, and we don't want a second make command to think the target is ok..
! makefiles/CompileDemos.gmk
! makefiles/CopyFiles.gmk
! makefiles/CopySamples.gmk
! makefiles/CreateJars.gmk
! makefiles/GendataBreakIterator.gmk
! makefiles/GendataTimeZone.gmk
! makefiles/GenerateData.gmk
! makefiles/GensrcBuffer.gmk
! makefiles/GensrcCharsetCoder.gmk
! makefiles/GensrcMisc.gmk
! makefiles/GensrcProperties.gmk
! makefiles/GensrcX11Wrappers.gmk
! makefiles/Images.gmk
! makefiles/Import.gmk
More information about the build-infra-dev
mailing list