BIND 10 master, updated. 6f1227c27cded2a283ea3ec78e7497a825fdc005 [master] Add message that make must be run before make check

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 1 08:28:18 UTC 2013


The branch, master has been updated
       via  6f1227c27cded2a283ea3ec78e7497a825fdc005 (commit)
      from  e3f9c480c13dda60f83105377ced9f3255f9df22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6f1227c27cded2a283ea3ec78e7497a825fdc005
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Oct 1 13:54:18 2013 +0530

    [master] Add message that make must be run before make check

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 66381dd..9dcd39b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1592,6 +1592,8 @@ END
 cat config.report
 cat <<EOF
 
-  Now you can type "make" to build BIND 10
+  Now you can type "make" to build BIND 10. Note that if you intend to
+  run "make check", you must run "make" first as some files need to be
+  generated by "make" before "make check" can be run.
 
 EOF



More information about the bind10-changes mailing list