Revision 14749
Added by Aaron Marcuse-Kubitza over 10 years ago
Makefile | ||
---|---|---|
241 | 241 |
postgres-: _always ; # other OSes |
242 | 242 |
|
243 | 243 |
psqlAsAdminVegbien := $(psqlAsAdmin) vegbien |
244 |
bienPassword := $(shell cat config/bien_password) |
|
245 |
bienReadPassword := $(shell cat config/bien_read_password) |
|
244 |
# **IMPORTANT**: must use = instead of := because these files are not available |
|
245 |
# until config/download/live has run |
|
246 |
bienPassword = $(shell cat config/bien_password) |
|
247 |
bienReadPassword = $(shell cat config/bien_read_password) |
|
246 | 248 |
|
247 | 249 |
##### Misc. |
248 | 250 |
|
Also available in: Unified diff
bugfix: /Makefile: $(bien*Password): need to use = instead of := because these files are not available until config/download/live has run