r5979 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Tue Oct 12 17:39:32 CEST 2010


Author: werner
Date: 2010-10-12 17:39:32 +0200 (Tue, 12 Oct 2010)
New Revision: 5979

Modified:
   trunk/eda/fped/Makefile
Log:
Makefile (spotless): added target to remove "fped" (suggested by Xiangfu Liu)



Modified: trunk/eda/fped/Makefile
===================================================================
--- trunk/eda/fped/Makefile	2010-10-12 15:32:15 UTC (rev 5978)
+++ trunk/eda/fped/Makefile	2010-10-12 15:39:32 UTC (rev 5979)
@@ -81,7 +81,8 @@
 
 # ----- Rules -----------------------------------------------------------------
 
-.PHONY:		all dep depend clean install uninstall manual upload-manual
+.PHONY:		all dep depend clean spotless
+.PHONY:		install uninstall manual upload-manual
 .PHONY:		update montage test tests valgrind
 
 .SUFFIXES:	.fig .xpm .ppm
@@ -96,7 +97,7 @@
 		    '/^\(.*:\)\? */{p;s///;s/ *\\\?$$/ /;s/  */:\n/g;H;}' \
 		    -e '$${g;p;}' -e d >$*.d; \
 		  [ "$${PIPESTATUS[*]}" = "0 0" ] || { rm -f $*.d; exit 1; }
-		
+
 # generate 26x26 pixels icons, then drop the 1-pixel frame
 
 .fig.ppm:
@@ -175,6 +176,9 @@
 		rm -f lex.yy.c y.tab.c y.tab.h y.output .depend $(OBJS:.o=.d)
 		rm -f __dbg????.png _tmp* test/core
 
+spotless:	clean
+		rm -f fped
+
 # ----- Install / uninstall ---------------------------------------------------
 
 install:	all




More information about the commitlog mailing list