changeset 522:43b019fa4aa3 cacao

2007-12-12 Lillian Angel <langel@redhat.com> * Makefile.am (clean-patch-ecj): Removed unpatching of ICEDTEA_PATCHES, only ICEDTEA_ECJ_PATCH should be removed. * Makefile.in: Regenerate.
author Lillian Angel <langel@redhat.com>
date Wed, 12 Dec 2007 09:10:13 -0500
parents e83dfb86f43a
children cddb50380a6f
files ChangeLog Makefile.am Makefile.in
diffstat 3 files changed, 7 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 12 09:07:38 2007 -0500
+++ b/ChangeLog	Wed Dec 12 09:10:13 2007 -0500
@@ -1,3 +1,10 @@
+2007-12-12  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am
+	(clean-patch-ecj): Removed unpatching of ICEDTEA_PATCHES, only
+	ICEDTEA_ECJ_PATCH should be removed.
+	* Makefile.in: Regenerate.
+
 2007-12-12  Lillian Angel  <langel@redhat.com>
 
 	* Makefile.am
--- a/Makefile.am	Wed Dec 12 09:07:38 2007 -0500
+++ b/Makefile.am	Wed Dec 12 09:10:13 2007 -0500
@@ -295,15 +295,6 @@
 	  echo Reverting $(ICEDTEA_ECJ_PATCH) ; \
 	  $(PATCH) -p0 -l -R < $(ICEDTEA_ECJ_PATCH) ; \
 	fi
-	for p in $(ICEDTEA_PATCHES) ; \
-	do \
-	  echo Checking $$p ; \
-	  if $(PATCH) -p1 -l -d openjdk-ecj -R --dry-run -s -t -f < $$p ; \
-	  then \
-	    echo Reverting $$p ; \
-	    $(PATCH) -p1 -l -d openjdk-ecj -R < $$p ; \
-	  fi ; \
-	done
 
 # Bootstrap Directory Targets
 # ===========================
--- a/Makefile.in	Wed Dec 12 09:07:38 2007 -0500
+++ b/Makefile.in	Wed Dec 12 09:10:13 2007 -0500
@@ -718,15 +718,6 @@
 	  echo Reverting $(ICEDTEA_ECJ_PATCH) ; \
 	  $(PATCH) -p0 -l -R < $(ICEDTEA_ECJ_PATCH) ; \
 	fi
-	for p in $(ICEDTEA_PATCHES) ; \
-	do \
-	  echo Checking $$p ; \
-	  if $(PATCH) -p1 -l -d openjdk-ecj -R --dry-run -s -t -f < $$p ; \
-	  then \
-	    echo Reverting $$p ; \
-	    $(PATCH) -p1 -l -d openjdk-ecj -R < $$p ; \
-	  fi ; \
-	done
 
 # Bootstrap Directory Targets
 # ===========================