From: Bdale Garbee Date: Sun, 1 Nov 2009 07:09:44 +0000 (-0600) Subject: rename telemetrum.bom to partslist to avoid conflict with pcb export X-Git-Tag: fab-v0.2~32^2~16 X-Git-Url: https://git.gag.com/?p=hw%2Ftelemetrum;a=commitdiff_plain;h=c777839305fb6820b3c1443d2283e614a3bfb20d rename telemetrum.bom to partslist to avoid conflict with pcb export --- diff --git a/Makefile b/Makefile index caa3e3c..028d462 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,13 @@ # intentionally want to rebuild drc and bom on every invocation -all: drc bom pcb +all: drc partslist 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 +partslist: telemetrum.sch gnetlist -g bom -o telemetrum.unsorted telemetrum.sch - head -n1 telemetrum.unsorted > telemetrum.bom - tail -n+2 telemetrum.unsorted | sort >> telemetrum.bom + head -n1 telemetrum.unsorted > partslist + tail -n+2 telemetrum.unsorted | sort >> partslist rm -f telemetrum.unsorted pcb: telemetrum.sch project @@ -34,6 +33,6 @@ zip: telemetrum.back.gbr telemetrum.backmask.gbr telemetrum.fab.gbr telemetrum.f clean: rm -f *.bom *.drc *.log *~ telemetrum.ps *.gbr *.cnc *bak* *- *.zip - rm -f *.net *.xy *.cmd *.png + rm -f *.net *.xy *.cmd *.png partslist rm -f *.partslist *.new.pcb *.unsorted