From: Nathan Wagner Date: Tue, 25 Sep 2018 09:54:05 +0000 (+0000) Subject: remove tmpinstall and tmpupgrade make targets X-Git-Tag: v0.1.7~25 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=483b2f63d49fb3679185fcc239c0db3c920599d5 remove tmpinstall and tmpupgrade make targets --- diff --git a/Makefile b/Makefile index 0577118..6045236 100644 --- a/Makefile +++ b/Makefile @@ -170,11 +170,3 @@ clean: libelf.a libzpm.a zpm-addfile soname \ *.xz \ local.db t/ctap/prove.o - -tmpinstall: - rm -rf tmp - mkdir tmp - ZPMDB=tmp/db.zpm ./zpm -P. install -R tmp -f zpm-0.1.2-1.zpm -u nw -g nw - -tmpupgrade: - ZPMDB=tmp/db.zpm ./zpm -P. install -R tmp -f zpm-$(ZPMVER)-1.zpm -u nw -g nw