We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e623739 commit 07280aaCopy full SHA for 07280aa
1 file changed
pdns/recursordist/Makefile.am
@@ -92,10 +92,8 @@ EXTRA_DIST = \
92
builder-support/gen-version
93
94
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
+ @echo "\`make dist' is no longer supported, use \`meson dist'" >&2
+ @false
99
100
sbin_PROGRAMS = pdns_recursor
101
bin_PROGRAMS = rec_control
0 commit comments