/hg/icedtea6: Move jtregcheck to its rightful place in .PHONY.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Oct 19 15:35:20 PDT 2011


changeset 6b8691d033ae in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6b8691d033ae
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 23:35:14 2011 +0100

	Move jtregcheck to its rightful place in .PHONY.

	2011-10-19 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Move jtregcheck from clean-local to
	.PHONY where it's supposed to be (bad patch program!)


diffstat:

 ChangeLog   |  6 ++++++
 Makefile.am |  4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 769602222e65 -r 6b8691d033ae ChangeLog
--- a/ChangeLog	Wed Oct 19 06:16:09 2011 +0100
+++ b/ChangeLog	Wed Oct 19 23:35:14 2011 +0100
@@ -1,3 +1,9 @@
+2011-10-19  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am: Move jtregcheck from
+	clean-local to .PHONY where it's supposed
+	to be (bad patch program!)
+
 2011-10-14  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am: Add patches.
diff -r 769602222e65 -r 6b8691d033ae Makefile.am
--- a/Makefile.am	Wed Oct 19 06:16:09 2011 +0100
+++ b/Makefile.am	Wed Oct 19 23:35:14 2011 +0100
@@ -649,7 +649,7 @@
  clean-icedtea-against-ecj clean-extract-ecj clean-generated clean-replace-hotspot \
  clean-rewriter clean-rewrite-rhino clean-rt clean-bootstrap-directory \
  clean-bootstrap-directory-ecj clean-bootstrap-directory-symlink \
- clean-bootstrap-directory-symlink-ecj clean-fonts jtregcheck
+ clean-bootstrap-directory-symlink-ecj clean-fonts
 	if [ -e bootstrap ]; then \
 	  rmdir bootstrap ; \
 	fi
@@ -687,7 +687,7 @@
 	clean-add-pulseaudio clean-add-pulseaudio-debug clean-add-nss clean-add-nss-debug \
 	clean-add-tzdata-support clean-add-tzdata-support-debug clean-add-systemtap-ecj \
 	clean-add-pulseaudio-ecj clean-add-nss-ecj clean-add-tzdata-support-ecj clean-fonts \
-	clean-download-hotspot
+	clean-download-hotspot jtregcheck
 
 env:
 	@echo 'unset JAVA_HOME'



More information about the distro-pkg-dev mailing list