From 483b2f63d49fb3679185fcc239c0db3c920599d5 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 25 Sep 2018 09:54:05 +0000 Subject: [PATCH] remove tmpinstall and tmpupgrade make targets --- Makefile | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.40.0