r5251 - trunk/gta02-core

werner at docs.openmoko.org werner at docs.openmoko.org
Mon Jun 29 14:37:37 CEST 2009


Author: werner
Date: 2009-06-29 14:37:37 +0200 (Mon, 29 Jun 2009)
New Revision: 5251

Modified:
   trunk/gta02-core/Makefile
Log:
Added convenience target "make update" to check out the latest SVN revision
and to run mkloe.



Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile	2009-06-29 12:34:38 UTC (rev 5250)
+++ trunk/gta02-core/Makefile	2009-06-29 12:37:37 UTC (rev 5251)
@@ -1,4 +1,4 @@
-.PHONY:		all gen generate gv sch upload xpdf
+.PHONY:		all gen generate gv sch update upload xpdf
 
 all:
 		@echo "make what ? target: gen generate sch upload"
@@ -12,6 +12,9 @@
 		gzip -f -9 gta02-core-all.ps
 		scripts/all-sheets --shrink --pdf gta02-core
 
+update:
+		svn update && cd components && ./mkloe
+
 gv:
 		gv gta02-core-all.ps.gz
 




More information about the commitlog mailing list