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 I forgot to fix this. .BEGI...
details: https://anonhg.NetBSD.org/src/rev/463e66994564
branches: trunk
changeset: 764307:463e66994564
user: elric <elric%NetBSD.org@localhost>
date: Fri Apr 15 19:41:11 2011 +0000
description:
I forgot to fix this. .BEGIN: is not appropriate for the creation of
these symlinks as during the make obj phase it would attempt to create
them in the current directory.
diffstat:
crypto/external/bsd/heimdal/lib/libasn1/asn1_compile/Makefile | 4 ++--
crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile | 4 ++--
crypto/external/bsd/heimdal/lib/libsl/slc/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 3a86de1ae885 -r 463e66994564 crypto/external/bsd/heimdal/lib/libasn1/asn1_compile/Makefile
--- a/crypto/external/bsd/heimdal/lib/libasn1/asn1_compile/Makefile Fri Apr 15 19:31:06 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libasn1/asn1_compile/Makefile Fri Apr 15 19:41:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:48 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/15 19:41:11 elric Exp $
NOLINT= # defined
NOMAN= # defined
@@ -74,7 +74,7 @@
CLEANFILES+= print_version.h make-print-version make-print-version.lo
-.BEGIN:
+beforedepend:
[ -h krb5 ] || ln -sf . krb5
ln -sf ${HEIMBASE}/include/der-protos.h
ln -sf ${HEIMBASE}/include/roken.h
diff -r 3a86de1ae885 -r 463e66994564 crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile
--- a/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile Fri Apr 15 19:31:06 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile Fri Apr 15 19:41:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:49 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/15 19:41:11 elric Exp $
NOMAN= # defined
@@ -47,7 +47,7 @@
CLEANFILES+= print_version.h make-print-version make-print-version.lo
-.BEGIN:
+beforedepend:
[ -h krb5 ] || ln -sf . krb5
ln -sf ${HEIMBASE}/include/roken.h
ln -sf ${HEIMBASE}/dist/lib/roken/roken-common.h
diff -r 3a86de1ae885 -r 463e66994564 crypto/external/bsd/heimdal/lib/libsl/slc/Makefile
--- a/crypto/external/bsd/heimdal/lib/libsl/slc/Makefile Fri Apr 15 19:31:06 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libsl/slc/Makefile Fri Apr 15 19:41:11 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:55 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/15 19:41:11 elric Exp $
NOMAN= # defined
@@ -36,7 +36,7 @@
.NOPATH: print_version.h make-print-version
-.BEGIN:
+beforedepend:
[ -h krb5 ] || ln -sf . krb5
ln -sf ${HEIMBASE}/include/roken.h
ln -sf ${HEIMBASE}/dist/lib/roken/roken-common.h
Home |
Main Index |
Thread Index |
Old Index