Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Revert previous for now; resolvepath() has to work for file ...
details: https://anonhg.NetBSD.org/src/rev/60c2e71468dd
branches: trunk
changeset: 329016:60c2e71468dd
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Apr 29 11:52:51 2014 +0000
description:
Revert previous for now; resolvepath() has to work for file paths too.
diffstat:
build.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 27eced5f6a0e -r 60c2e71468dd build.sh
--- a/build.sh Tue Apr 29 11:16:25 2014 +0000
+++ b/build.sh Tue Apr 29 11:52:51 2014 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.279 2014/04/29 06:51:57 uebayasi Exp $
+# $NetBSD: build.sh,v 1.280 2014/04/29 11:52:51 uebayasi Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -889,7 +889,6 @@
val="${TOP}/${val%/}"
;;
esac
- val="$( /bin/mkdir -p ${val} && cd ${val} && /bin/pwd )"
eval ${var}=\"\${val}\"
}
@@ -1747,7 +1746,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.279 2014/04/29 06:51:57 uebayasi Exp $
+# Generated from: \$NetBSD: build.sh,v 1.280 2014/04/29 11:52:51 uebayasi Exp $
# with these arguments: ${_args}
#
Home |
Main Index |
Thread Index |
Old Index