From 91d0dfd707b40b18096374cbcf6d36356c440b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 19 May 2021 09:59:31 +0200 Subject: [PATCH] Clean up the "installdirs" target in Makefile.in The isc-config.sh script was removed in 2019 [1], so the top-level Makefile does not need to create ${bindir} and ${mandir}/man1 any more. All named options creating files in the ${localstatedir}/run/named directory are able to automatically create that directory (as well as its containing directories), so there is no need for the top-level Makefile to create ${localstatedir}/run. Clean up the "installdirs" target in the top-level Makefile accordingly. [1] see commit 4b44351e6514cc4fd46bd0beb9adc5f3f31c481d --- Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index fbaeaa06a1..0b0cca2f52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,9 +48,7 @@ docclean manclean maintainer-clean:: doc man:: ${MANOBJS} installdirs: - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} \ - ${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir} - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1 + $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sysconfdir} install:: installdirs ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}