[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.230 and 1.231

version 1.230, 2010/03/07 16:57:41 version 1.231, 2010/03/07 17:34:25
Line 1586  dorump()
Line 1586  dorump()
             || bomb "cd to rumpkern failed"              || bomb "cd to rumpkern failed"
         md_quirks=`${runcmd} "${makewrapper}" -V '${_SYMQUIRK}'`          md_quirks=`${runcmd} "${makewrapper}" -V '${_SYMQUIRK}'`
         # one little, two little, three little backslashes ...          # one little, two little, three little backslashes ...
         md_quirks="`echo ${md_quirks} | sed 's,\\\,\\\\\\\,g'";s/'//g" `"          md_quirks="$(echo ${md_quirks} | sed 's,\\,\\\\,g'";s/'//g" )"
         ${runcmd} cd "${TOP}" || bomb "cd to ${TOP} failed"          ${runcmd} cd "${TOP}" || bomb "cd to ${TOP} failed"
         tool_ld=`${runcmd} "${makewrapper}" -V '${LD}'`          tool_ld=`${runcmd} "${makewrapper}" -V '${LD}'`
   

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231

CVSweb <webmaster@jp.NetBSD.org>