Date:2012-04-18 03:19:40 (11 years 11 months ago)
Author:Werner Almesberger
Commit:9aff31b82149ea30ba9a2420507fcf483b035719
Message:components/Makefile: target "missing" to list components missing in EXPAND

Files: components/Makefile (2 diffs)

Change Details

components/Makefile
44# Note that we don't have the concept of a "library of everything" so far.
55#
66
7.PHONY: all sch catalog clean spotless
7.PHONY: all sch catalog missing clean spotless
88
99all: sch
1010
...... 
2121        genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
2222          { rm -f catalog.pdf; exit 1; }
2323
24missing:
25        ../scripts/missing-in-tree -L . EXPAND
26
2427#loe:
2528# ./mkloe
2629

Archive Download the corresponding diff file

Branches:
master



interactive