r5854 - in trunk/gta02-core/bom: . fic

werner at docs.openmoko.org werner at docs.openmoko.org
Fri Mar 26 07:17:36 CET 2010


Author: werner
Date: 2010-03-26 07:17:35 +0100 (Fri, 26 Mar 2010)
New Revision: 5854

Modified:
   trunk/gta02-core/bom/Makefile
   trunk/gta02-core/bom/digi-key.equ
   trunk/gta02-core/bom/digi-key.inv
   trunk/gta02-core/bom/fic/Makefile
Log:
- bom/Makefile, bom/fic/Makefile: added target "null" to generate empty
  inventory for FIC/Openmoko Inc. parts
- bom/digi-key.inv, bom/digi-key.equ: corrected typo



Modified: trunk/gta02-core/bom/Makefile
===================================================================
--- trunk/gta02-core/bom/Makefile	2010-03-16 12:37:14 UTC (rev 5853)
+++ trunk/gta02-core/bom/Makefile	2010-03-26 06:17:35 UTC (rev 5854)
@@ -11,7 +11,7 @@
 CHR=darfon.chr ralec.chr avx.chr acx.chr misc.chr
 SCH=audio bt cpu-power cpu gps io lcm memory modem pmu sd-sim usb wlan
 
-.PHONY:		all optimist pessimist spotless
+.PHONY:		all optimist pessimist null spotless
 .PHONY:		show-dup show-missing show-dk show-fic
 .PHONY:		ann sch gen generate gv xpdf upload
 
@@ -27,6 +27,11 @@
 		$(MAKE) -C fic
 		$(MAKE) all
 
+null:
+		$(MAKE) spotless
+		$(MAKE) -C fic null
+		$(MAKE) all
+
 gta02-core.ord:	gta02-core.par $(INV) $(EQU)
 		$(BOOM) part2order $(KITS) \
 		  $(INV) $(EQU) gta02-core.par >$@ || \

Modified: trunk/gta02-core/bom/digi-key.equ
===================================================================
--- trunk/gta02-core/bom/digi-key.equ	2010-03-16 12:37:14 UTC (rev 5853)
+++ trunk/gta02-core/bom/digi-key.equ	2010-03-26 06:17:35 UTC (rev 5854)
@@ -1,6 +1,6 @@
 #EQU
 #
-# Note: many parts at cut-tape and thus need re-reeling.
+# Note: many parts are cut-tape and thus need re-reeling.
 #
 DIGI-KEY ADG3304BCBZ-REEL7CT-ND		ADI ADG3304BCBZ-REEL
 DIGI-KEY P10850SCT-ND			PANASONIC EVQPUD02K

Modified: trunk/gta02-core/bom/digi-key.inv
===================================================================
--- trunk/gta02-core/bom/digi-key.inv	2010-03-16 12:37:14 UTC (rev 5853)
+++ trunk/gta02-core/bom/digi-key.inv	2010-03-26 06:17:35 UTC (rev 5854)
@@ -1,6 +1,6 @@
 #INV
 # 
-# Note: many parts at cut-tape and thus need re-reeling. 
+# Note: many parts are cut-tape and thus need re-reeling. 
 #
 DIGI-KEY ADG3304BCBZ-REEL7CT-ND		6726	USD 1 2.43 25 1.94
 DIGI-KEY P10850SCT-ND			31180	USD 1 0.76 10 0.569

Modified: trunk/gta02-core/bom/fic/Makefile
===================================================================
--- trunk/gta02-core/bom/fic/Makefile	2010-03-16 12:37:14 UTC (rev 5853)
+++ trunk/gta02-core/bom/fic/Makefile	2010-03-26 06:17:35 UTC (rev 5854)
@@ -2,7 +2,7 @@
 
 INV = inventory-fic-ee.csv
 
-.PHONY:		all spotless
+.PHONY:		all spotless null
 
 all:		fic.equ fic.inv fic.dsc present.inv missing.equ
 
@@ -23,5 +23,8 @@
 		$(BOOM) ./equ2equ missing.inv fic.equ >$@ || \
 		  { rm -f $@; exit 1; }
 
+null:
+		>fic.inv
+
 spotless:
 		rm -f fic.equ fic.inv fic.dsc present.inv missing.equ




More information about the commitlog mailing list