Revision 11846
Added by Aaron Marcuse-Kubitza about 11 years ago
Makefile | ||
---|---|---|
342 | 342 |
|
343 | 343 |
inputs: _always inputs/all ; |
344 | 344 |
|
345 |
inputs/install: _always |
|
345 |
inputs/reinstall: _always
|
|
346 | 346 |
echo '. bin/reinstall_all; wait'|bash -s |
347 | 347 |
|
348 | 348 |
import: _always import-msg inputs/import_scrub ; |
Also available in: Unified diff
bugfix: /Makefile: inputs/install: don't run bin/reinstall_all here, because /install targets are supposed to be idempotent, forward-only actions that don't first remove existing data