Revision 13369
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/input.Makefile | ||
---|---|---|
229 | 229 |
|
230 | 230 |
install: _always |
231 | 231 |
$(if $(wildcard ./run),./run,+$(selfMake) install_oldstyle) |
232 |
+$(selfMake) validate/install |
|
232 | 233 |
|
233 | 234 |
install_oldstyle: _always schema $(allInstalls:%=%/install) ; |
234 | 235 |
|
Also available in: Unified diff
inputs/input.Makefile: install: also run validate/install