/hg/icedtea6: Handle clean-pulse-java being undefined.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Feb 25 04:21:58 PST 2010
changeset b50fed90f978 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b50fed90f978
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Feb 25 12:21:49 2010 +0000
Handle clean-pulse-java being undefined.
2010-02-24 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add PULSE_JAVA_CLEAN_TARGET to handle
optionally defined clean-pulse-java target.
diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 3 ++-
diffs (33 lines):
diff -r 3ba35c5b6fd9 -r b50fed90f978 ChangeLog
--- a/ChangeLog Wed Feb 24 23:30:18 2010 +0000
+++ b/ChangeLog Thu Feb 25 12:21:49 2010 +0000
@@ -1,3 +1,9 @@ 2010-02-24 Andrew John Hughes <ahughes@
+2010-02-24 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am: Add PULSE_JAVA_CLEAN_TARGET
+ to handle optionally defined clean-pulse-java
+ target.
+
2010-02-24 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: Add THANKYOU to
diff -r 3ba35c5b6fd9 -r b50fed90f978 Makefile.am
--- a/Makefile.am Wed Feb 24 23:30:18 2010 +0000
+++ b/Makefile.am Thu Feb 25 12:21:49 2010 +0000
@@ -175,6 +175,7 @@ PULSE_JAVA_JAVA_SRCDIR = $(PULSE_JAVA_DI
PULSE_JAVA_JAVA_SRCDIR = $(PULSE_JAVA_DIR)/src/java
PULSE_JAVA_CLASS_DIR = $(PULSE_JAVA_BUILDDIR)/classes
PULSE_JAVA_TARGET = stamps/pulse-java.stamp
+PULSE_JAVA_CLEAN_TARGET = clean-pulse-java
endif
# FIXME (HotSpot): no longer needed
@@ -609,7 +610,7 @@ check-local: jtregcheck
check-local: jtregcheck
#FIXME (clean): Should become clean-local.
-distclean-local: clean-copy clean-jtreg clean-jtreg-reports clean-pulse-java
+distclean-local: clean-copy clean-jtreg clean-jtreg-reports $(PULSE_JAVA_CLEAN_TARGET)
rm -rf stamps
rm -f rt-source-files.txt \
extra-source-files.txt
More information about the distro-pkg-dev
mailing list