Revision 11848
Added by Aaron Marcuse-Kubitza about 11 years ago
Makefile | ||
---|---|---|
342 | 342 |
|
343 | 343 |
inputs: _always inputs/all ; |
344 | 344 |
|
345 |
inputs/reinstall: _always |
|
346 |
echo '. bin/reinstall_all; wait'|bash -s |
|
347 |
|
|
348 | 345 |
import: _always import-msg inputs/import_scrub ; |
349 | 346 |
import-msg: _always |
350 | 347 |
@echo $(emph)"To import all inputs at once:"$(endEmph) . bin/import_all |
... | ... | |
383 | 380 |
|
384 | 381 |
%: $(addsuffix %,$(dir $(shell echo */Makefile))) _always ; |
385 | 382 |
|
383 |
#### Overrides of forwarded commands |
|
384 |
|
|
385 |
inputs/reinstall: _always |
|
386 |
echo '. bin/reinstall_all; wait'|bash -s |
|
387 |
|
|
386 | 388 |
#### Maps validation |
387 | 389 |
|
388 | 390 |
termsSubdirs := $(call no/,$(call wildcard/,inputs/*/)) |
Also available in: Unified diff
bugfix: /Makefile: moved inputs/reinstall to end so it overrides the corresponding subdir forwarding target