note name conflict between my .bom file and PCB export for XYRS data
authorBdale Garbee <bdale@gag.com>
Sun, 1 Nov 2009 07:02:03 +0000 (01:02 -0600)
committerBdale Garbee <bdale@gag.com>
Sun, 1 Nov 2009 07:02:03 +0000 (01:02 -0600)
Makefile

index b18940eb84cb03252761d77fcc7f6263d12faa22..caa3e3c3833ee19064bba60bfe8335a409d11245 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ all:    drc bom pcb
 drc:   telemetrum.sch
        -gnetlist -g drc2 telemetrum.sch -o telemetrum.drc
 
+# telemetrum.bom will be overwritten by PCB export BOM to get XYRS .. sigh
 bom:   telemetrum.sch
        gnetlist -g bom -o telemetrum.unsorted telemetrum.sch
        head -n1 telemetrum.unsorted > telemetrum.bom