changeset in /hg/icedtea: * Makefile.am (stamps/extract-ecj.stam...

Christian Thalinger twisti at complang.tuwien.ac.at
Wed Sep 12 10:43:59 PDT 2007


changeset 19a9c530d8e2 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=19a9c530d8e2
description:
	* Makefile.am (stamps/extract-ecj.stamp): Fixed typo.
	(clean-bootstrap-directory-ecj): Likewise.
	* Makefile.in: Likewise.

diffstat:

2 files changed, 4 insertions(+), 4 deletions(-)
Makefile.am |    4 ++--
Makefile.in |    4 ++--

diffs (42 lines):

diff -r 094da98b9aa7 -r 19a9c530d8e2 Makefile.am
--- a/Makefile.am	Wed Sep 12 10:12:27 2007 +0200
+++ b/Makefile.am	Wed Sep 12 19:42:05 2007 +0200
@@ -208,7 +208,7 @@ stamps/extract-ecj.stamp: stamps/downloa
 	  $(UNZIP) -q -d tmp-ecj $(OPENJDK_SRC_ZIP) ; \
 	  mv tmp-ecj/openjdk openjdk-ecj ; \
 	  rmdir tmp-ecj ; \
-	  chmod ug+w `find openjdk-ecj/j2se/share/demo/jvmti \
+	  chmod ug+w `find openjdk-ecj/j2se/src/share/demo/jvmti \
 	     -name sample.makefile.txt` ; \
 	fi
 	mkdir -p stamps
@@ -314,7 +314,7 @@ stamps/bootstrap-directory-ecj.stamp:
 	touch stamps/bootstrap-directory-ecj.stamp
 
 clean-bootstrap-directory-ecj:
-	rm -f stamps/ootstrap-directory-ecj.stamp
+	rm -f stamps/bootstrap-directory-ecj.stamp
 	rm -rf bootstrap/ecj
 
 # bootstrap/jdk1.6.0 to bootstrap/ecj symlink.
diff -r 094da98b9aa7 -r 19a9c530d8e2 Makefile.in
--- a/Makefile.in	Wed Sep 12 10:12:27 2007 +0200
+++ b/Makefile.in	Wed Sep 12 19:42:05 2007 +0200
@@ -715,7 +715,7 @@ stamps/extract-ecj.stamp: stamps/downloa
 	  $(UNZIP) -q -d tmp-ecj $(OPENJDK_SRC_ZIP) ; \
 	  mv tmp-ecj/openjdk openjdk-ecj ; \
 	  rmdir tmp-ecj ; \
-	  chmod ug+w `find openjdk-ecj/j2se/share/demo/jvmti \
+	  chmod ug+w `find openjdk-ecj/j2se/src/share/demo/jvmti \
 	     -name sample.makefile.txt` ; \
 	fi
 	mkdir -p stamps
@@ -810,7 +810,7 @@ stamps/bootstrap-directory-ecj.stamp:
 	touch stamps/bootstrap-directory-ecj.stamp
 
 clean-bootstrap-directory-ecj:
-	rm -f stamps/ootstrap-directory-ecj.stamp
+	rm -f stamps/bootstrap-directory-ecj.stamp
 	rm -rf bootstrap/ecj
 
 # bootstrap/jdk1.6.0 to bootstrap/ecj symlink.



More information about the distro-pkg-dev mailing list