From 9aff31b82149ea30ba9a2420507fcf483b035719 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Tue, 17 Apr 2012 22:19:40 -0300 Subject: [PATCH] components/Makefile: target "missing" to list components missing in EXPAND --- components/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/Makefile b/components/Makefile index 4962b71..b489841 100644 --- a/components/Makefile +++ b/components/Makefile @@ -4,7 +4,7 @@ # Note that we don't have the concept of a "library of everything" so far. # -.PHONY: all sch catalog clean spotless +.PHONY: all sch catalog missing clean spotless all: sch @@ -21,6 +21,9 @@ catalog: DESCR-dcm genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \ { rm -f catalog.pdf; exit 1; } +missing: + ../scripts/missing-in-tree -L . EXPAND + #loe: # ./mkloe