From 5496ac5af61b7c41aa99c4699a5f7a1c73076964 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 12 Jul 2012 19:18:58 -0300 Subject: [PATCH] modules/Makefile (missing): new target to list footprints missing in hierarchy --- modules/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/Makefile b/modules/Makefile index f08bc0a..4a60ad2 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -18,7 +18,7 @@ MODULES=8_10-card 8_10-socket-ra \ xtal-2 xtal-4 \ .SUFFIXES: .fpd .mod -.PHONY: all catalog view upload clean +.PHONY: all catalog view upload missing clean all: $(MODULES:%=%.mod) @@ -41,3 +41,6 @@ view: catalog.pdf upload: catalog.pdf qippl catalog.pdf tmp/kicad-libs-modules.pdf + +missing: + ../scripts/missing-in-tree -F $(MODULES:%=-l %.fpd) HIERARCHY