]> pd.if.org Git - zpackage/commitdiff
add pathmod to scripts for install v0.1.7
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 30 Sep 2018 14:52:17 +0000 (14:52 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 30 Sep 2018 14:52:17 +0000 (14:52 +0000)
Makefile

index 1e3f646f8349a08ad2155b7998b1c2c2ce37bd2e..ac3a3323360a8deb4af608642ed6189ebd3186a0 100644 (file)
--- 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 \