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 revert previous, actually cleanu...



details:   https://anonhg.NetBSD.org/src/rev/0bbb04cfca64
branches:  trunk
changeset: 767802:0bbb04cfca64
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sun Jul 31 09:58:19 2011 +0000

description:
revert previous, actually cleanup the *_asn1-template.c files
in Makefile.rules.inc. They are generated when -one-code-file
is passed.

diffstat:

 crypto/external/bsd/heimdal/Makefile.rules.inc     |  3 ++-
 crypto/external/bsd/heimdal/lib/libgssapi/Makefile |  4 +---
 crypto/external/bsd/heimdal/lib/libhx509/Makefile  |  4 +---
 3 files changed, 4 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 950a0c7f81ae -r 0bbb04cfca64 crypto/external/bsd/heimdal/Makefile.rules.inc
--- a/crypto/external/bsd/heimdal/Makefile.rules.inc    Sun Jul 31 09:54:57 2011 +0000
+++ b/crypto/external/bsd/heimdal/Makefile.rules.inc    Sun Jul 31 09:58:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rules.inc,v 1.5 2011/07/27 03:18:52 matt Exp $
+# $NetBSD: Makefile.rules.inc,v 1.6 2011/07/31 09:58:19 plunky Exp $
 
 SRCS+= ${HEIMSRCS:N*.et:N*.in:N*.asn1}
 
@@ -22,6 +22,7 @@
 
 CLEANFILES+=                           \
        ${src:.asn1=_asn1_files}        \
+       ${src:.asn1=_asn1-template.c}   \
        ${ASN1_FILES.${src}}            \
        ${ASN1_FILES.${src}:.x=.c}      \
        ${src:.asn1=_asn1.h}            \
diff -r 950a0c7f81ae -r 0bbb04cfca64 crypto/external/bsd/heimdal/lib/libgssapi/Makefile
--- a/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Sun Jul 31 09:54:57 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Sun Jul 31 09:58:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/07/31 06:49:03 plunky Exp $
+# $NetBSD: Makefile,v 1.3 2011/07/31 09:58:19 plunky Exp $
 
 USE_FORT?= yes        # network protocol library
 
@@ -35,8 +35,6 @@
        asn1_NegTokenInitWin.x          \
        asn1_NegTokenResp.x
 
-CLEANFILES+=   spnego_asn1-template.c
-
 krb5src = \
        krb5/8003.c \
        krb5/accept_sec_context.c \
diff -r 950a0c7f81ae -r 0bbb04cfca64 crypto/external/bsd/heimdal/lib/libhx509/Makefile
--- a/crypto/external/bsd/heimdal/lib/libhx509/Makefile Sun Jul 31 09:54:57 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libhx509/Makefile Sun Jul 31 09:58:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/07/31 06:49:03 plunky Exp $
+# $NetBSD: Makefile,v 1.4 2011/07/31 09:58:19 plunky Exp $
 
 NOLINT=                # defined
 
@@ -83,7 +83,5 @@
        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