Module Name:    src
Committed By:   uebayasi
Date:           Tue Apr 29 11:52:51 UTC 2014

Modified Files:
        src: build.sh

Log Message:
Revert previous for now; resolvepath() has to work for file paths too.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.279 src/build.sh:1.280
--- src/build.sh:1.279	Tue Apr 29 06:51:57 2014
+++ src/build.sh	Tue Apr 29 11:52:51 2014
@@ -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 @@ resolvepath()
 		val="${TOP}/${val%/}"
 		;;
 	esac
-	val="$( /bin/mkdir -p ${val} && cd ${val} && /bin/pwd )"
 	eval ${var}=\"\${val}\"
 }
 
@@ -1747,7 +1746,7 @@ createmakewrapper()
 	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}
 #
 

Reply via email to