From: Jeremy C. Reed Date: Thu, 28 Aug 2014 16:36:51 +0000 (-0700) Subject: Remove the install-exec-hook target for BIND10 note X-Git-Tag: trac3482_base~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f35916a185bb108b16640f3c751a89383240fc85;p=thirdparty%2Fkea.git Remove the install-exec-hook target for BIND10 note This was probably never seen anyways so I didn't adjust for Kea. Okayed via jabber. --- diff --git a/Makefile.am b/Makefile.am index 08b28990d7..25dd138bef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,13 +24,6 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog README .PHONY: check-valgrind check-valgrind-suppress -install-exec-hook: - -@tput smso # Start standout mode - @echo "NOTE: BIND 10 does not automatically start DNS services when it is run" - @echo " in its default configuration. Please see the Guide for information" - @echo " on how to configure these services to be started automatically." - -@tput rmso # End standout mode - check-valgrind: if HAVE_VALGRIND @VALGRIND_COMMAND="$(VALGRIND) -q --gen-suppressions=all --track-origins=yes --num-callers=48 --leak-check=full --fullpath-after=" \