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/c05a11cdc0c4
branches:  trunk
changeset: 795777:c05a11cdc0c4
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 7000d42c2cd9 -r c05a11cdc0c4 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