From: Keith Packard Date: Sat, 3 Oct 2015 04:00:30 +0000 (-0700) Subject: Add partslist-check.dk target X-Git-Tag: fab-v1.90~2^2^2~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bcc9f18b611e586c62f1d12b741f80b0848126af;hp=49cdc30779392c7da70352bded4770dd4ac4876d;p=hw%2Feasymini Add partslist-check.dk target This helps validate the mfg_part_number field by constructing a DK order using those instead of the DK numbers. Upload this version and compare the resulting downloaded order with one constructed from the regular DK numbers to make sure the mfg part numbers are all correct. Signed-off-by: Keith Packard --- diff --git a/Makefile b/Makefile index 4ab45b5..5012403 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ $(PROJECT)-bom.csv: $(PROJECT).sch Makefile partslist.dk: $(PROJECT).sch Makefile $(SCHEME)/gnet-partslist-bom.scm gnetlist -L $(SCHEME) -g partslist-bom -Ovendor=digikey -o $@ $(PROJECT).sch +partslist-check.dk: $(PROJECT).sch Makefile $(SCHEME)/gnet-partslist-mfg-bom.scm + gnetlist -L $(SCHEME) -g partslist-mfg-bom -Ovendor=digikey -o $@ $(PROJECT).sch + partslist.mouser: $(PROJECT).sch Makefile $(SCHEME)/gnet-partslist-bom.scm gnetlist -L $(SCHEME) -g partslist-bom -Ovendor=mouser -o $@ $(PROJECT).sch