Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/lib Clean up intermediate asn1 t...



details:   https://anonhg.NetBSD.org/src/rev/d33e6559a99a
branches:  trunk
changeset: 767800:d33e6559a99a
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sun Jul 31 06:49:03 2011 +0000

description:
Clean up intermediate asn1 template files

(this should reeally be fixed in <${HEIMBASE}/Makefile.rules.inc>
but I don't see where since they are not generated for all asn1 sources)

diffstat:

 crypto/external/bsd/heimdal/lib/libgssapi/Makefile |  4 +++-
 crypto/external/bsd/heimdal/lib/libhx509/Makefile  |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r a6149ed17ab0 -r d33e6559a99a crypto/external/bsd/heimdal/lib/libgssapi/Makefile
--- a/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Sun Jul 31 06:43:56 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Sun Jul 31 06:49:03 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:50 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/07/31 06:49:03 plunky Exp $
 
 USE_FORT?= yes        # network protocol library
 
@@ -35,6 +35,8 @@
        asn1_NegTokenInitWin.x          \
        asn1_NegTokenResp.x
 
+CLEANFILES+=   spnego_asn1-template.c
+
 krb5src = \
        krb5/8003.c \
        krb5/accept_sec_context.c \
diff -r a6149ed17ab0 -r d33e6559a99a crypto/external/bsd/heimdal/lib/libhx509/Makefile
--- a/crypto/external/bsd/heimdal/lib/libhx509/Makefile Sun Jul 31 06:43:56 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libhx509/Makefile Sun Jul 31 06:49:03 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/25 19:21:17 he Exp $
+# $NetBSD: Makefile,v 1.3 2011/07/31 06:49:03 plunky Exp $
 
 NOLINT=                # defined
 
@@ -83,5 +83,7 @@
        asn1_id_pkix_ocsp_basic.x       \
        asn1_id_pkix_ocsp_nonce.x
 
+CLEANFILES+=   ocsp_asn1-template.c
+
 .include <${HEIMBASE}/Makefile.rules.inc>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index