Skip to content

Commit 07280aa

Browse files
committed
rec: Prevent generating release tarballs via autotools
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
1 parent e623739 commit 07280aa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pdns/recursordist/Makefile.am

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ EXTRA_DIST = \
9292
builder-support/gen-version
9393

9494
dist-hook:
95-
for file in $$(find $(distdir)/docs -type l); do \
96-
t=`stat -c%N $$file | awk '{print $$NF}' | sed "s/'//g"` ; \
97-
ln -fs ../$$t $$file; \
98-
done
95+
@echo "\`make dist' is no longer supported, use \`meson dist'" >&2
96+
@false
9997

10098
sbin_PROGRAMS = pdns_recursor
10199
bin_PROGRAMS = rec_control

0 commit comments

Comments
 (0)