r5169 - in trunk/gta02-core: . components expanded

werner at docs.openmoko.org werner at docs.openmoko.org
Sun Jun 21 18:13:50 CEST 2009


Author: werner
Date: 2009-06-21 18:13:50 +0200 (Sun, 21 Jun 2009)
New Revision: 5169

Added:
   trunk/gta02-core/Makefile
   trunk/gta02-core/components/Makefile
Modified:
   trunk/gta02-core/expanded/Makefile
Log:
Added convenience make target "make sch" to all places where we have a
set of schematics.



Added: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile	                        (rev 0)
+++ trunk/gta02-core/Makefile	2009-06-21 16:13:50 UTC (rev 5169)
@@ -0,0 +1,9 @@
+.PHONY:		all sch
+
+all:
+		@echo "make what ? target: sch"
+		@exit 1
+
+sch:
+		eeschema `pwd`/gta02-core.sch
+

Added: trunk/gta02-core/components/Makefile
===================================================================
--- trunk/gta02-core/components/Makefile	                        (rev 0)
+++ trunk/gta02-core/components/Makefile	2009-06-21 16:13:50 UTC (rev 5169)
@@ -0,0 +1,11 @@
+.PHONY:		all sch loe
+
+all:
+		@echo "make what ? targets: sch loe"
+		@exit 1
+
+sch:
+		eeschema `pwd`/gta02-core-comp.sch
+
+loe:
+		./mkloe

Modified: trunk/gta02-core/expanded/Makefile
===================================================================
--- trunk/gta02-core/expanded/Makefile	2009-06-21 11:38:43 UTC (rev 5168)
+++ trunk/gta02-core/expanded/Makefile	2009-06-21 16:13:50 UTC (rev 5169)
@@ -1,4 +1,4 @@
-.PHONY:	gen generate upload
+.PHONY:	gen generate upload sch
 
 gen generate:
 	cd ../components && ./mkloe
@@ -11,3 +11,6 @@
 upload:	generate
 	scp gta02-core-expanded-all.ps.gz \
 	  werner at sita.openmoko.org:public_html/gta02-core/
+
+sch:
+	eeschema `pwd`/gta02-core-expanded.sch




More information about the commitlog mailing list