diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-03-01 21:41:22 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-03-01 21:41:22 +0100 |
commit | 06f8e4f960b27ff5dd044e5098e597a40e64f4b8 (patch) | |
tree | b8a91383ab0ddf4a38245039275b990aabfc5844 /Makefile | |
parent | 763f281155daeabeb530aa2908585ce57083ba9d (diff) | |
download | passt-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |