changeset 2272:ebedc637de4d

Move add-x and add-x-debug cleaning targets to clean-icedtea-against-icedtea and clean-icedtea-debug-against-icedtea respectively. 2010-09-24 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (clean-local): Remove add-x and add-x-debug clean targets. (clean-icedtea-against-icedtea): Add clean-add-x targets. (clean-icedtea-debug-against-icedtea): Add clean-add-x-debug targets.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 24 Sep 2010 00:18:08 +0100
parents f6995ca0f34d
children b5f9559a47bf
files ChangeLog Makefile.am
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 24 00:14:30 2010 +0100
+++ b/ChangeLog	Fri Sep 24 00:18:08 2010 +0100
@@ -1,3 +1,10 @@
+2010-09-24  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(clean-local): Remove add-x and add-x-debug clean targets.
+	(clean-icedtea-against-icedtea): Add clean-add-x targets.
+	(clean-icedtea-debug-against-icedtea): Add clean-add-x-debug targets.
+
 2010-09-23  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/icedtea-awt-window-size.patch:
--- a/Makefile.am	Fri Sep 24 00:14:30 2010 +0100
+++ b/Makefile.am	Fri Sep 24 00:18:08 2010 +0100
@@ -555,9 +555,7 @@
  clean-icedtea-against-ecj clean-extract-ecj clean-generated clean-replace-hotspot \
  clean-rewriter clean-rewrite-rhino clean-extra clean-rt clean-bootstrap-directory \
  clean-bootstrap-directory-ecj clean-bootstrap-directory-symlink \
- clean-bootstrap-directory-symlink-ecj clean-add-systemtap clean-add-systemtap-debug \
- clean-add-pulseaudio clean-add-pulseaudio-debug clean-add-nss clean-add-nss-debug \
- clean-add-tzdata-support clean-add-tzdata-support-debug
+ clean-bootstrap-directory-symlink-ecj
 	if [ -e bootstrap ]; then \
 	  rmdir bootstrap ; \
 	fi
@@ -1312,7 +1310,8 @@
 	mkdir -p stamps
 	touch stamps/icedtea-against-icedtea.stamp
 
-clean-icedtea-against-icedtea: clean-add-zero clean-add-cacao clean-add-plugin clean-add-netx
+clean-icedtea-against-icedtea: clean-add-zero clean-add-cacao clean-add-plugin clean-add-netx \
+ clean-add-systemtap  clean-add-pulseaudio clean-add-nss clean-add-tzdata-support
 	rm -f stamps/icedtea-against-icedtea.stamp
 
 stamps/icedtea-debug-against-icedtea.stamp: stamps/bootstrap-directory-symlink.stamp \
@@ -1323,7 +1322,8 @@
 	touch stamps/icedtea-debug-against-icedtea.stamp
 
 clean-icedtea-debug-against-icedtea: clean-add-zero-debug clean-add-cacao-debug clean-add-plugin-debug \
- clean-add-netx-debug
+ clean-add-netx-debug clean-add-systemtap-debug clean-add-pulseaudio-debug clean-add-nss-debug \
+ clean-add-tzdata-support-debug
 	rm -f stamps/icedtea-debug-against-icedtea.stamp
 
 stamps/add-plugin.stamp: stamps/plugin.stamp stamps/icedtea.stamp