r5631 - trunk/gta02-core

werner at docs.openmoko.org werner at docs.openmoko.org
Sat Sep 12 17:48:57 CEST 2009


Author: werner
Date: 2009-09-12 17:48:57 +0200 (Sat, 12 Sep 2009)
New Revision: 5631

Modified:
   trunk/gta02-core/Makefile
Log:
- Makefile: let make do the and-ing of the steps in "make update"
- Makefile: "make update" now also runs "make dsv", provided that the data
  sheet directory exists



Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile	2009-09-12 15:40:05 UTC (rev 5630)
+++ trunk/gta02-core/Makefile	2009-09-12 15:48:57 UTC (rev 5631)
@@ -20,9 +20,10 @@
 		$(MAKE) -C modules gen
 
 update:
-		svn update && \
-		    make -C components loe && \
-		    make -C modules loe
+		svn update
+		make -C components loe
+		make -C modules loe
+		[ ! -d "`scripts/mkdsv -d`" ] || make dsv
 
 gv:
 		gv gta02-core-all.ps.gz




More information about the commitlog mailing list