r5628 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Sat Sep 12 09:34:02 CEST 2009


Author: werner
Date: 2009-09-12 09:34:02 +0200 (Sat, 12 Sep 2009)
New Revision: 5628

Modified:
   trunk/eda/fped/Makefile
Log:
- added "make update" that combines "svn update" with remaking the dependencies



Modified: trunk/eda/fped/Makefile
===================================================================
--- trunk/eda/fped/Makefile	2009-09-11 18:34:51 UTC (rev 5627)
+++ trunk/eda/fped/Makefile	2009-09-12 07:34:02 UTC (rev 5628)
@@ -75,7 +75,7 @@
 
 # ----- Rules -----------------------------------------------------------------
 
-.PHONY:		all dep depend clean install uninstall upload-manual
+.PHONY:		all dep depend clean install uninstall upload-manual update
 
 .SUFFIXES:	.fig .xpm
 
@@ -137,3 +137,9 @@
 
 uninstall:
 		rm -f $(PREFIX)/bin/fped
+
+# ----- SVN update ------------------------------------------------------------
+
+update:
+		svn update
+		$(MAKE) dep all




More information about the commitlog mailing list