]> git.gag.com Git - hw/altusmetrum/commitdiff
add a DRC() call to the pcb_drc function, but don't check return value
authorBdale Garbee <bdale@gag.com>
Mon, 4 Aug 2025 19:16:41 +0000 (13:16 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 4 Aug 2025 19:16:41 +0000 (13:16 -0600)
pcb-rnd.mk

index 830777d90864a06766b112c93bdad5fc7c151835..739351344dca81dd5c6e39bc930f766823d4193f 100644 (file)
@@ -68,6 +68,8 @@ pcb:  $(SCHEMATICS) Makefile $(CONFIG)
 
 define pcb_drc
        echo "Atomic(Save); DeleteRats(AllRats); Atomic(Restore); AddRats(AllRats); Atomic(Close)" | pcb-rnd --gui batch $(PROJECT).lht | grep "The layout is complete and has no shorted nets."
+       # not obvious what to look for in DRC() output to indicate 'all ok', so don't try
+       echo "DRC()" | pcb-rnd --gui batch $(PROJECT).lht
 endef
 
 define emit_xyrs