Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src add a trailing / to force symlink resolution.
details: https://anonhg.NetBSD.org/src/rev/99a1b9742f62
branches: trunk
changeset: 349683:99a1b9742f62
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 18 19:39:05 2016 +0000
description:
add a trailing / to force symlink resolution.
diffstat:
build.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r ffce4239f796 -r 99a1b9742f62 build.sh
--- a/build.sh Sun Dec 18 19:00:20 2016 +0000
+++ b/build.sh Sun Dec 18 19:39:05 2016 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.313 2016/12/18 19:00:20 christos Exp $
+# $NetBSD: build.sh,v 1.314 2016/12/18 19:39:05 christos Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1892,7 +1892,7 @@
eval cat <<EOF ${makewrapout}
#! ${HOST_SH}
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.313 2016/12/18 19:00:20 christos Exp $
+# Generated from: \$NetBSD: build.sh,v 1.314 2016/12/18 19:39:05 christos Exp $
# with these arguments: ${_args}
#
@@ -2194,9 +2194,9 @@
return
fi
buildtools
- local dirs=${NETBSDSRCDIR-/usr/src}
+ local dirs=${NETBSDSRCDIR-/usr/src}/
if [ ${MKX11-no} = "yes" ]; then
- dirs="$dirs ${X11SRCDIR-/usr/xsrc}"
+ dirs="$dirs ${X11SRCDIR-/usr/xsrc}/"
fi
local cvslatest=$(print_tooldir_program cvslatest)
MKREPRO_TIMESTAMP=$(${cvslatest} ${dirs})
Home |
Main Index |
Thread Index |
Old Index