[28124] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Require built-in verto for make depend

daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Dec 21 00:05:51 2013

Date: Sat, 21 Dec 2013 00:05:40 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201312210505.rBL55e3e002821@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/3a4a4fd6f70bde630bba09bb268c8558de9a326e
commit 3a4a4fd6f70bde630bba09bb268c8558de9a326e
Author: Greg Hudson <ghudson@mit.edu>
Date:   Fri Dec 20 18:42:04 2013 -0500

    Require built-in verto for make depend
    
    A tree configured to use the system libverto will be missing
    $(VERTO_DEPS) in dependencies, so disallow make depend.

 src/config/post.in |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/config/post.in b/src/config/post.in
index 3439d92..07816ed 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -52,6 +52,14 @@ depend-verify-ss-k5:
 depend-verify-ss-sys:
 	@echo 1>&2 error: cannot build dependencies using system ss package
 	@exit 1
+$(BUILDTOP)/.depend-verify-verto: depend-verify-verto-$(VERTO_VERSION)
+depend-verify-verto-k5:
+	@if test -r $(BUILDTOP)/.depend-verify-verto; then :; \
+		else (set -x; touch $(BUILDTOP)/.depend-verify-verto); fi
+depend-verify-verto-sys:
+	@echo 1>&2 error: cannot build dependencies using system verto package
+	@echo 1>&2 Please configure with --without-system-verto
+	@exit 1
 $(BUILDTOP)/.depend-verify-gcc: depend-verify-gcc-@HAVE_GCC@
 depend-verify-gcc-yes:
 	@if test -r $(BUILDTOP)/.depend-verify-gcc; then :; \
@@ -62,7 +70,8 @@ depend-verify-gcc-no:
 	@exit 1
 
 DEP_CFG_VERIFY = $(BUILDTOP)/.depend-verify-srcdir \
-	$(BUILDTOP)/.depend-verify-et $(BUILDTOP)/.depend-verify-ss
+	$(BUILDTOP)/.depend-verify-et $(BUILDTOP)/.depend-verify-ss \
+	$(BUILDTOP)/.depend-verify-verto
 DEP_VERIFY = $(DEP_CFG_VERIFY) $(BUILDTOP)/.depend-verify-gcc
 
 .d: $(ALL_DEP_SRCS) $(DEP_CFG_VERIFY) depend-dependencies
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post