From f27a89700d020aeb82f53c0b7eae295d27ede1e2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 4 Aug 2025 13:16:41 -0600 Subject: [PATCH] add a DRC() call to the pcb_drc function, but don't check return value --- pcb-rnd.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2