Revision 6979
Added by Aaron Marcuse-Kubitza almost 12 years ago
schemas/Makefile | ||
---|---|---|
3 | 3 |
include $(root)/lib/common.Makefile |
4 | 4 |
|
5 | 5 |
|
6 |
##### Vars/functions |
|
7 |
|
|
8 |
# Make |
|
9 |
SHELL := /bin/bash |
|
10 |
|
|
6 | 11 |
##### General targets |
7 | 12 |
|
8 | 13 |
all = vegbien.sql vegbien.my.sql functions.sql py_functions.sql |
Also available in: Unified diff
schemas/Makefile: Fixed bug where need `SHELL := /bin/bash` for \$(confirmRmPublicSchema) to work correctly