]> granicus.if.org Git - postgis/commitdiff
upgrade-paths-rules.mk: Drop the -v flag
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 25 Sep 2019 10:31:18 +0000 (10:31 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 25 Sep 2019 10:31:18 +0000 (10:31 +0000)
It's not available in some UNIX systems as it's not POSIX standard

git-svn-id: http://svn.osgeo.org/postgis/trunk@17822 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/upgrade-paths-rules.mk

index 7990545db8cf75e42348cc851f22167c7e4f6afb..27dff04bb53179b360e3fe48677fb227b9dfa9b3 100644 (file)
@@ -10,7 +10,7 @@ install-upgrade-paths:
        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