Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Pull-up approved by releng-1-5:
details: https://anonhg.NetBSD.org/src/rev/59d6aa639b57
branches: netbsd-1-5
changeset: 489043:59d6aa639b57
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Fri Aug 11 03:24:23 2000 +0000
description:
Pull-up approved by releng-1-5:
> basesrc/lib/checkvers (revision 1.6)
> sharesrc/share/mk/bsd.lib.mk (revision 1.176)
>
> Remove executable permission from src/lib/checkver.
diffstat:
lib/checkvers | 4 ++--
share/mk/bsd.lib.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 7cea450bcfa5 -r 59d6aa639b57 lib/checkvers
--- a/lib/checkvers Fri Aug 11 01:19:18 2000 +0000
+++ b/lib/checkvers Fri Aug 11 03:24:23 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $NetBSD: checkvers,v 1.4 1999/07/02 15:12:15 simonb Exp $
+# $NetBSD: checkvers,v 1.4.8.1 2000/08/11 03:24:23 gmcgarry Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -182,7 +182,7 @@
# here, whether given to us or built, so always
# pass the -f flag.
(cd `dirname $f` ;
- "$EXECDIR"/checkver $QUIET -f "$LIBLIST" "$LIBNAME" ;
+ "sh $EXECDIR"/checkver $QUIET -f "$LIBLIST" "$LIBNAME" ;
exit $?)
ERR=$?
if [ $ERR -eq 2 ] ; then
diff -r 7cea450bcfa5 -r 59d6aa639b57 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Fri Aug 11 01:19:18 2000 +0000
+++ b/share/mk/bsd.lib.mk Fri Aug 11 03:24:23 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.169.2.2 2000/07/26 23:15:49 mycroft Exp $
+# $NetBSD: bsd.lib.mk,v 1.169.2.3 2000/08/11 03:24:25 gmcgarry Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if !target(__initialized__)
@@ -25,7 +25,7 @@
exists(${BSDSRCDIR}/lib/checkver)
checkver:
@(cd ${.CURDIR} && \
- ${BSDSRCDIR}/lib/checkver -v ${SHLIB_VERSION_FILE} \
+ sh ${BSDSRCDIR}/lib/checkver -v ${SHLIB_VERSION_FILE} \
-d ${DESTDIR}${LIBDIR} ${LIB})
.else
checkver:
Home |
Main Index |
Thread Index |
Old Index