Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/build.sh,v rcsdiff: /ftp/cvs/cvsroot/src/build.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.279 retrieving revision 1.280 diff -u -p -r1.279 -r1.280 --- src/build.sh 2014/04/29 06:51:57 1.279 +++ src/build.sh 2014/04/29 11:52:51 1.280 @@ -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 <