r5841 - in trunk/gta02-core: . bom

werner at docs.openmoko.org werner at docs.openmoko.org
Mon Feb 8 20:35:52 CET 2010


Author: werner
Date: 2010-02-08 20:35:51 +0100 (Mon, 08 Feb 2010)
New Revision: 5841

Modified:
   trunk/gta02-core/Makefile
   trunk/gta02-core/bom/Makefile
Log:
Treat the annotated schematics like the expanded view.

- bom/Makefile: added a title to the front page
- Makefile: visit bom/ for "gen" and "upload"



Modified: trunk/gta02-core/Makefile
===================================================================
--- trunk/gta02-core/Makefile	2010-02-08 19:11:52 UTC (rev 5840)
+++ trunk/gta02-core/Makefile	2010-02-08 19:35:51 UTC (rev 5841)
@@ -18,6 +18,7 @@
 		scripts/all-sheets --shrink --pdf gta02-core
 		$(MAKE) -C expanded gen
 		$(MAKE) -C modules gen
+		$(MAKE) -C bom optimist gen
 
 update:
 		svn update
@@ -35,6 +36,7 @@
 		$(COPY) gta02-core-all.ps.gz gta02-core-all.pdf $(UPLOAD)
 		$(MAKE) -C expanded upload
 		$(MAKE) -C modules upload
+		$(MAKE) -C bom upload
 
 sch:
 		eeschema `pwd`/gta02-core.sch

Modified: trunk/gta02-core/bom/Makefile
===================================================================
--- trunk/gta02-core/bom/Makefile	2010-02-08 19:11:52 UTC (rev 5840)
+++ trunk/gta02-core/bom/Makefile	2010-02-08 19:35:51 UTC (rev 5841)
@@ -104,7 +104,9 @@
 		  { rm -f $@; exit 1; }
 
 gta02-core-bom.sch:	../gta02-core.sch
-		sed 's/\.sch"/-bom.sch"/' <$< >$@ || \
+		sed 's/\.sch"/-bom.sch"/' <$< | \
+		  sed 's/"GTA02-CORE"/"GTA02-CORE (ANNOTATED)"/' | \
+		  sed 's/\$$EndDescr/&\nText Notes 2500 1300 0 300 ~ 60\nANNOTATED VIEW - FOR BOM REVIEW/' >$@ || \
 		  { rm -f $@; exit 1; }
 
 sch:		gta02-core-bom.pro gta02-core-bom.sch




More information about the commitlog mailing list