From: Nathan Wagner Date: Sun, 30 Sep 2018 14:52:17 +0000 (+0000) Subject: add pathmod to scripts for install X-Git-Tag: v0.1.7 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=e92a165344556d728332e211425d371f43a7ac8b add pathmod to scripts for install --- diff --git a/Makefile b/Makefile index 1e3f646..ac3a332 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash \ zpm-runscript zpm-soname zpm-syncfs SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-preserve zpm-test zpm-log \ - zpm-contents zpm-uninstall + zpm-contents zpm-uninstall zpm-pathmod COMPILED=$(ZPKGBIN) PROGRAMS=$(SCRIPTS) $(COMPILED) @@ -172,6 +172,9 @@ install: $(COMPILED) test -d $(DESTDIR)/bin || install -d $(DESTDIR)/bin install -D $(PROGRAMS) $(DESTDIR)/bin +scan-prep: clean sqlite/sqlite3.o sqlite/shell.o lib/liblzma.a + @echo scan-build -v -o report make -j10 + clean: rm -f *.o sqlite/*.o lib/*.o $(LZMAOBJ) liblzma.a \ libelf.a libzpm.a zpm-addfile soname \