/hg/icedtea6: Cleanup new fonts target.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Nov 12 10:17:29 PST 2010


changeset ad1c77031a41 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ad1c77031a41
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Nov 12 18:17:22 2010 +0000

	Cleanup new fonts target.

	2010-11-12 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (clean-local): Add clean-fonts.
	(.PHONY): Likewise. (clean-fonts): Remove fonts.stamp.


diffstat:

2 files changed, 12 insertions(+), 2 deletions(-)
ChangeLog   |    7 +++++++
Makefile.am |    7 +++++--

diffs (45 lines):

diff -r 5772aff6fc53 -r ad1c77031a41 ChangeLog
--- a/ChangeLog	Thu Nov 11 21:01:13 2010 +0100
+++ b/ChangeLog	Fri Nov 12 18:17:22 2010 +0000
@@ -1,3 +1,10 @@ 2010-11-11  Stefan Ring  <stefan at complan
+2010-11-12  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(clean-local): Add clean-fonts.
+	(.PHONY): Likewise.
+	(clean-fonts): Remove fonts.stamp.
+
 2010-11-11  Stefan Ring  <stefan at complang.tuwien.ac.at>
 
 	* Makefile.am: Upgrade CACAO version, use .tar.gz archive
diff -r 5772aff6fc53 -r ad1c77031a41 Makefile.am
--- a/Makefile.am	Thu Nov 11 21:01:13 2010 +0100
+++ b/Makefile.am	Fri Nov 12 18:17:22 2010 +0000
@@ -558,7 +558,7 @@ clean-local: clean-jtreg clean-jtreg-rep
  clean-icedtea-against-ecj clean-extract-ecj clean-generated clean-replace-hotspot \
  clean-rewriter clean-rewrite-rhino clean-rt clean-bootstrap-directory \
  clean-bootstrap-directory-ecj clean-bootstrap-directory-symlink \
- clean-bootstrap-directory-symlink-ecj
+ clean-bootstrap-directory-symlink-ecj clean-fonts
 	if [ -e bootstrap ]; then \
 	  rmdir bootstrap ; \
 	fi
@@ -593,7 +593,7 @@ install:
 	clean-rewriter clean-rewrite-rhino 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-add-systemtap-ecj \
-	clean-add-pulseaudio-ecj clean-add-nss-ecj clean-add-tzdata-support-ecj
+	clean-add-pulseaudio-ecj clean-add-nss-ecj clean-add-tzdata-support-ecj clean-fonts
 
 env:
 	@echo 'unset JAVA_HOME'
@@ -964,6 +964,9 @@ stamps/fonts.stamp: stamps/generated.sta
 	cp $(FONTCONFIG_PATH)/linux.fontconfig.Fedora.properties $(FONTCONFIG_PATH)/linux.fontconfig.Fedora.12.properties
 	mkdir -p stamps
 	touch stamps/fonts.stamp
+
+clean-fonts:
+	rm -f stamps/fonts.stamp
 
 stamps/patch-fsg.stamp: stamps/fonts.stamp
 	mkdir -p stamps ; \



More information about the distro-pkg-dev mailing list