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.170 retrieving revision 1.171 diff -u -p -r1.170 -r1.171 --- src/build.sh 2007/04/14 10:50:48 1.170 +++ src/build.sh 2007/06/26 12:59:38 1.171 @@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.170 2007/04/14 10:50:48 apb Exp $ +# $NetBSD: build.sh,v 1.171 2007/06/26 12:59:38 apb Exp $ # # Copyright (c) 2001-2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -156,6 +156,13 @@ set_HOST_SH() initdefaults() { + makeenv= + makewrapper= + makewrappermachine= + runcmd= + operations= + removedirs= + [ -d usr.bin/make ] || cd "$(dirname $0)" [ -d usr.bin/make ] || bomb "build.sh must be run from the top source level" @@ -206,18 +213,11 @@ initdefaults() ;; esac - makeenv= - makewrapper= - makewrappermachine= - runcmd= - operations= - removedirs= + # do_{operation}=true if given operation is requested. + # do_expertmode=false do_rebuildmake=false do_removedirs=false - - # do_{operation}=true if given operation is requested. - # do_tools=false do_obj=false do_build=false @@ -1083,7 +1083,7 @@ createmakewrapper() eval cat <