]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prevent generating release tarballs via autotools
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Sep 2025 08:10:16 +0000 (10:10 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 6 Oct 2025 14:00:15 +0000 (16:00 +0200)
Using the hook found by Otto, thanks!

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/Makefile.am

index 6857c6fd7f9b78e4057c73a5f0fb5bd70aa7649f..3a9e64ff5553919f8141ac3c191e3289b85ad38c 100644 (file)
@@ -785,3 +785,7 @@ endif
 if !HAVE_LUA_HPP
 include lua_hpp.mk
 endif
+
+dist-hook:
+       @echo "\`make dist' is no longer supported, use \`meson dist'" >&2
+       @false