[postgis-tickets] r17822 - upgrade-paths-rules.mk: Drop the -v flag
Raul
raul at rmr.ninja
Wed Sep 25 03:31:18 PDT 2019
Author: algunenano
Date: 2019-09-25 03:31:18 -0700 (Wed, 25 Sep 2019)
New Revision: 17822
Modified:
trunk/extensions/upgrade-paths-rules.mk
Log:
upgrade-paths-rules.mk: Drop the -v flag
It's not available in some UNIX systems as it's not POSIX standard
Modified: trunk/extensions/upgrade-paths-rules.mk
===================================================================
--- trunk/extensions/upgrade-paths-rules.mk 2019-09-24 10:58:30 UTC (rev 17821)
+++ trunk/extensions/upgrade-paths-rules.mk 2019-09-25 10:31:18 UTC (rev 17822)
@@ -10,7 +10,7 @@
ln -fs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql; \
ln -fs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql; \
for OLD_VERSION in $(UPGRADEABLE_VERSIONS); do \
- ln -vfs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
+ ln -fs "$${tpl}" $(EXTDIR)/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
done
uninstall: uninstall-upgrade-paths
More information about the postgis-tickets
mailing list