From: Bdale Garbee Date: Mon, 4 Aug 2025 19:16:41 +0000 (-0600) Subject: add a DRC() call to the pcb_drc function, but don't check return value X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f27a89700d020aeb82f53c0b7eae295d27ede1e2;p=hw%2Faltusmetrum add a DRC() call to the pcb_drc function, but don't check return value --- diff --git a/pcb-rnd.mk b/pcb-rnd.mk index 830777d..7393513 100644 --- a/pcb-rnd.mk +++ b/pcb-rnd.mk @@ -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