Project

General

Profile

« Previous | Next » 

Revision 6931

schemas/Makefile: Installation: %/uninstall: Also display schema delete confirmation for schemas whose name is just the version suffix (r<revision #>)

View differences:

Makefile
72 72
# ignore errors if schema exists
73 73

  
74 74
%/uninstall: _always
75
	@$(if $(filter public%,$*),$(call confirmRmPublicSchema,$*))
75
	@$(if $(filter public% r%,$*),$(call confirmRmPublicSchema,$*))
76 76
	echo $(call rmSchemaCmd,$*)|$(psqlNoSearchPath)
77 77

  
78 78
# Needed on Ubuntu 12.04 (also other Linuxes?) because %/reinstall is ignored.

Also available in: Unified diff