Module Name:    src
Committed By:   plunky
Date:           Sun Jul 31 09:58:19 UTC 2011

Modified Files:
        src/crypto/external/bsd/heimdal: Makefile.rules.inc
        src/crypto/external/bsd/heimdal/lib/libgssapi: Makefile
        src/crypto/external/bsd/heimdal/lib/libhx509: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/heimdal/Makefile.rules.inc
cvs rdiff -u -r1.2 -r1.3 \
    src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile
cvs rdiff -u -r1.3 -r1.4 \
    src/crypto/external/bsd/heimdal/lib/libhx509/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/heimdal/Makefile.rules.inc
diff -u src/crypto/external/bsd/heimdal/Makefile.rules.inc:1.5 src/crypto/external/bsd/heimdal/Makefile.rules.inc:1.6
--- src/crypto/external/bsd/heimdal/Makefile.rules.inc:1.5	Wed Jul 27 03:18:52 2011
+++ src/crypto/external/bsd/heimdal/Makefile.rules.inc	Sun Jul 31 09:58:19 2011
@@ -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}		\

Index: src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile:1.2 src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile:1.3
--- src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile:1.2	Sun Jul 31 06:49:03 2011
+++ src/crypto/external/bsd/heimdal/lib/libgssapi/Makefile	Sun Jul 31 09:58:19 2011
@@ -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 \

Index: src/crypto/external/bsd/heimdal/lib/libhx509/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.3 src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.4
--- src/crypto/external/bsd/heimdal/lib/libhx509/Makefile:1.3	Sun Jul 31 06:49:03 2011
+++ src/crypto/external/bsd/heimdal/lib/libhx509/Makefile	Sun Jul 31 09:58:19 2011
@@ -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>

Reply via email to