Revision 1896
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
133 | 133 |
catSrcs = $(bin)/cat$(if $(isXml),,_csv) $(srcs) |
134 | 134 |
withCatSrcs = $(catSrcs:$(bin)/%=$(bin)/with_%) -- |
135 | 135 |
|
136 |
# Usage: `make inputs/self/cat|tail +4` (removes echoed make commands)
|
|
136 |
# Usage: `make {--silent|-s} cat` (removes echoed make commands)
|
|
137 | 137 |
cat: $(addprefix cat-,$(tables)) _always ; |
138 | 138 |
|
139 | 139 |
cat-%: _always |
Also available in: Unified diff
input.Makefile: Sources: cat: Changed Usage message to use "--silent" make option