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 Find and set a version to a make...
details: https://anonhg.NetBSD.org/src/rev/a73b3d686667
branches: trunk
changeset: 466277:a73b3d686667
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 17 00:17:00 2019 +0000
description:
Find and set a version to a make(1) variable.
diffstat:
crypto/external/bsd/heimdal/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5db166b3f627 -r a73b3d686667 crypto/external/bsd/heimdal/Makefile.inc
--- a/crypto/external/bsd/heimdal/Makefile.inc Tue Dec 17 00:16:26 2019 +0000
+++ b/crypto/external/bsd/heimdal/Makefile.inc Tue Dec 17 00:17:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2018/02/04 03:19:51 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2019/12/17 00:17:00 christos Exp $
HEIMBASE?= ${NETBSDSRCDIR}/crypto/external/bsd/heimdal
HEIMDIST= ${HEIMBASE}/dist
@@ -16,6 +16,8 @@
LIBIPC_PIC= ${LIBIPCDIR}/libipc_pic.a
.endif
+VERSION!= ${TOOL_SED} -ne 's/.*PACKAGE_VERSION[ ]*"\([0-9.]*\)"/\1/p' ${.PARSEDIR}/include/config.h
+
.if ${USETOOLS} != "yes"
COMPILEETOBJ!= cd ${HEIMBASE}/lib/libcom_err/compile_et && ${PRINTOBJDIR}
TOOL_COMPILE_ET= ${COMPILEETOBJ}/compile_et
Home |
Main Index |
Thread Index |
Old Index