Revision 2983
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
240 | 240 |
schemas/%/uninstall: _always |
241 | 241 |
echo $(call rmSchemaCmd,$*)|$(psqlAsBien) |
242 | 242 |
|
243 |
# Needed on Ubuntu 12.04 (also other Linuxes?) because %/reinstall is ignored. |
|
244 |
schemas/temp/reinstall: _always schemas/temp/uninstall schemas/temp/install ; |
|
245 |
|
|
243 | 246 |
##### MySQL |
244 | 247 |
|
245 | 248 |
mysql: _always $(call forOs,mysql) mysql_user |
Also available in: Unified diff
main Makefile: Added explicit schemas/temp/reinstall target because vegbiendev (Ubuntu 12.04) seems to ignore %/reinstall