Revision 3249
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
244 | 244 |
schemas/%/uninstall: _always |
245 | 245 |
echo $(call rmSchemaCmd,$*)|$(psqlAsBien) |
246 | 246 |
|
247 |
schemas/%/rm_indexes: _always |
|
248 |
bin/pg_dump_vegbien $*|bin/mk_rm_indexes|$(psqlAsBien) --echo-all |
|
249 |
|
|
247 | 250 |
# Needed on Ubuntu 12.04 (also other Linuxes?) because %/reinstall is ignored. |
248 | 251 |
schemas/temp/reinstall: _always schemas/temp/uninstall schemas/temp/install ; |
249 | 252 |
|
Also available in: Unified diff
root Makefile: VegBIEN DB: Schemas: Added schemas/%/rm_indexes