7014471 move gnu-gs-fonts-other to userland (fix clean) build-160
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 14 Feb 2011 12:59:04 -0800
changeset 88 892ec2c1d36f
parent 87 69623393295f
child 89 b48900498bf4
7014471 move gnu-gs-fonts-other to userland (fix clean) 7014472 move gnu-gs-fonts-std to userland (fix clean)
components/gnu-gs-fonts-other/Makefile
components/gnu-gs-fonts-std/Makefile
--- a/components/gnu-gs-fonts-other/Makefile	Mon Feb 14 11:49:00 2011 -0800
+++ b/components/gnu-gs-fonts-other/Makefile	Mon Feb 14 12:59:04 2011 -0800
@@ -49,4 +49,7 @@
 # empty test target
 test:
 
+clean::
+	$(RM) -r $(BUILD_DIR)
+
 include ../../make-rules/depend.mk
--- a/components/gnu-gs-fonts-std/Makefile	Mon Feb 14 11:49:00 2011 -0800
+++ b/components/gnu-gs-fonts-std/Makefile	Mon Feb 14 12:59:04 2011 -0800
@@ -49,4 +49,7 @@
 # empty test target
 test:
 
+clean::
+	$(RM) -r $(BUILD_DIR)
+
 include ../../make-rules/depend.mk