--- embedaddon/strongswan/testing/scripts/recipes/009_xfrm-proxy.mk 2020/06/03 09:46:49 1.1.1.1 +++ embedaddon/strongswan/testing/scripts/recipes/009_xfrm-proxy.mk 2021/03/17 00:20:15 1.1.1.2 @@ -1,7 +1,7 @@ #!/usr/bin/make PKG = xfrm-proxy -SRC = http://git.codelabs.ch/git/$(PKG).git +SRC = https://git.codelabs.ch/git/$(PKG).git REV = v0.1 export ADA_PROJECT_PATH=/usr/local/ada/lib/gnat @@ -14,11 +14,11 @@ all: install .$(PKG)-checkout-$(REV): .$(PKG)-cloned cd $(PKG) && git fetch && git checkout $(REV) - @touch $@ + @rm -f .$(PKG)-checkout-* && touch $@ .$(PKG)-built-$(REV): .$(PKG)-checkout-$(REV) cd $(PKG) && make - @touch $@ + @rm -f .$(PKG)-built-* && touch $@ install: .$(PKG)-built-$(REV) cd $(PKG) && make install