Date:2011-03-22 23:25:32 (13 years 5 days ago)
Author:Werner Almesberger
Commit:377bbe92f5482a169b567ce29f2d774d8edefe3f
Message:bom/Makefile: added generation of an SMT fab-type BOM

- Makefile (*-smt.csv): generate a BOM in CSV format, for SMT fab use
- Makefile (spotless): remove {atben,atusb,cntr}-smt.csv
Files: bom/Makefile (1 diff)

Change Details

bom/Makefile
4040        grep -vw ATRF $< | $(BOOM) prettyord -t - $(DSC) | \
4141          sed 's/^... //'
4242
43%-smt.csv: %.ord $(DSC)
44        grep -vw ATRF $< | $(BOOM) prettyord -f -c -r - $(DSC) >$@ || \
45          { rm -f $@; exit 1; }
46
4347spotless:
4448        $(MAKE) -C dk spotless
4549        rm -f atusb.lst atusb.par atusb.ord
4650        rm -f atben.lst atben.par atben.ord
51        rm -f atusb-smt.csv atben-smt.csv cntr-smt.csv
4752        rm -f cntr.lst cntr.par cntr.ord

Archive Download the corresponding diff file



interactive