/hg/icedtea6: Don't depend on clean-patch targets for cleaning o...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Jul 8 09:26:11 PDT 2010
changeset 8432ceda94a2 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=8432ceda94a2
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jul 08 17:25:57 2010 +0100
Don't depend on clean-patch targets for cleaning openjdk/openjdk-
ecj, just delete the stamps.
2010-07-08 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (clean-extract-ecj): Don't depend on
clean-patch-ecj, just delete the stamp. (clean-
extract-openjdk): Likewise for clean-patch and clean-patch-
fsg.
diffstat:
2 files changed, 14 insertions(+), 3 deletions(-)
ChangeLog | 8 ++++++++
Makefile.am | 9 ++++++---
diffs (44 lines):
diff -r aecac87c5af7 -r 8432ceda94a2 ChangeLog
--- a/ChangeLog Tue Jul 06 18:46:18 2010 +0100
+++ b/ChangeLog Thu Jul 08 17:25:57 2010 +0100
@@ -1,3 +1,11 @@ 2010-07-06 Andrew John Hughes <ahughes
+2010-07-08 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (clean-extract-ecj): Don't depend on clean-patch-ecj,
+ just delete the stamp.
+ (clean-extract-openjdk): Likewise for clean-patch and
+ clean-patch-fsg.
+
2010-07-06 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r aecac87c5af7 -r 8432ceda94a2 Makefile.am
--- a/Makefile.am Tue Jul 06 18:46:18 2010 +0100
+++ b/Makefile.am Thu Jul 08 17:25:57 2010 +0100
@@ -788,9 +788,11 @@ endif
mkdir -p stamps
touch stamps/extract-openjdk.stamp
-clean-extract-openjdk: clean-patch-fsg
+clean-extract-openjdk:
rm -rf openjdk
rm -f stamps/extract-openjdk.stamp
+ rm -f stamps/patch-fsg.stamp
+ rm -f stamps/patch.stamp
stamps/extract-cacao.stamp:
if BUILD_CACAO
@@ -1030,9 +1032,10 @@ stamps/extract-ecj.stamp: $(OPENJDK_TREE
touch stamps/extract-ecj.stamp
# FIXME (missing): Rename to clean-clone-ecj.
-clean-extract-ecj: clean-patch-ecj
+clean-extract-ecj:
+ rm -rf openjdk-ecj
rm -f stamps/extract-ecj.stamp
- rm -rf openjdk-ecj
+ rm -f stamps/patch-ecj.stamp
# Patch OpenJDK for ecj.
More information about the distro-pkg-dev
mailing list