[BACK]Return to build.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

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

Diff for /src/build.sh between version 1.113 and 1.114

version 1.113, 2003/08/11 19:26:04 version 1.114, 2003/08/16 11:46:44
Line 846  buildtools()
Line 846  buildtools()
 getkernelconf()  getkernelconf()
 {  {
         kernelconf="$1"          kernelconf="$1"
         if [ "${MKOBJDIRS}" != "no" ] && [ ! -z "${makeobjdir}" ]; then          if [ "${MKOBJDIRS}" != "no" ]; then
                 # The correct value of KERNOBJDIR might                  # The correct value of KERNOBJDIR might
                 # depend on a prior "make obj" in                  # depend on a prior "make obj" in
                 # ${KERNSRCDIR}/${KERNARCHDIR}/compile.                  # ${KERNSRCDIR}/${KERNARCHDIR}/compile.

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

CVSweb <webmaster@jp.NetBSD.org>