aboutgitcodebugslistschat
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-03-01 21:41:22 +0100
committerStefano Brivio <sbrivio@redhat.com>2022-03-01 21:41:22 +0100
commit06f8e4f960b27ff5dd044e5098e597a40e64f4b8 (patch)
treeb8a91383ab0ddf4a38245039275b990aabfc5844 /Makefile
parent763f281155daeabeb530aa2908585ce57083ba9d (diff)
downloadpasst-06f8e4f960b27ff5dd044e5098e597a40e64f4b8.tar
passt-06f8e4f960b27ff5dd044e5098e597a40e64f4b8.tar.gz
passt-06f8e4f960b27ff5dd044e5098e597a40e64f4b8.tar.bz2
passt-06f8e4f960b27ff5dd044e5098e597a40e64f4b8.tar.lz
passt-06f8e4f960b27ff5dd044e5098e597a40e64f4b8.tar.xz
passt-06f8e4f960b27ff5dd044e5098e597a40e64f4b8.tar.zst
passt-06f8e4f960b27ff5dd044e5098e597a40e64f4b8.zip
Makefile, hooks: Static target precondition for pkgs, copy .avx2 builds
Convenience packages are anyway built from static builds. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8387719..a2640ff 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ uninstall:
-${RM} $(DESTDIR)$(prefix)/share/man/man1/pasta.1
-${RM} $(DESTDIR)$(prefix)/share/man/man1/qrap.1
-pkgs:
+pkgs: static
tar cf passt.tar -P --xform 's//\/usr\/bin\//' $(BIN)
tar rf passt.tar -P --xform 's//\/usr\/share\/man\/man1\//' \
passt.1 pasta.1 qrap.1