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.163 retrieving revision 1.164 diff -u -p -r1.163 -r1.164 --- src/build.sh 2007/03/25 07:56:38 1.163 +++ src/build.sh 2007/03/25 12:36:01 1.164 @@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.163 2007/03/25 07:56:38 apb Exp $ +# $NetBSD: build.sh,v 1.164 2007/03/25 12:36:01 apb Exp $ # # Copyright (c) 2001-2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -809,7 +809,8 @@ sanitycheck() if ${do_expertmode}; then warning "PATH contains non-absolute components" else - bomb "PATH must not contain non-absolute components" + bomb "PATH environment variable must not" \ + "contain non-absolute components" fi ;; esac @@ -1016,7 +1017,7 @@ createmakewrapper() eval cat <