Project

General

Profile

« Previous | Next » 

Revision 6952

schemas/Makefile: Installation: $(schemas), $(schemasReversed) (used e.g. by `make schemas/reinstall`): Removed public so that when `make schemas/reinstall` is run before an import, it will not remove any active (published) import which resides in the public schema

View differences:

Makefile
16 16

  
17 17
##### Installation
18 18

  
19
schemas := temp functions py_functions public
19
schemas := temp functions py_functions
20 20
install: $(schemas:%=%/install) ;
21 21

  
22
schemasReversed := public py_functions functions temp
22
schemasReversed := py_functions functions temp
23 23
uninstall: $(schemasReversed:%=%/uninstall) ;
24 24

  
25 25
psqlOpts := --set ON_ERROR_STOP=1 --quiet

Also available in: Unified diff