[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.225 and 1.226

version 1.225, 2009/12/17 15:30:37 version 1.226, 2009/12/26 14:13:08
Line 586  Usage: ${progname} [-EnorUux] [-a arch] 
Line 586  Usage: ${progname} [-EnorUux] [-a arch] 
                         except \`etc'.  Useful after "distribution" or "release"                          except \`etc'.  Useful after "distribution" or "release"
     kernel=conf         Build kernel with config file \`conf'      kernel=conf         Build kernel with config file \`conf'
     releasekernel=conf  Install kernel built by kernel=conf to RELEASEDIR.      releasekernel=conf  Install kernel built by kernel=conf to RELEASEDIR.
     modules             Build and install kernel modules.      modules             Build kernel modules.
     rumptest            Do a linktest for rump (for developers).      rumptest            Do a linktest for rump (for developers).
     sets                Create binary sets in      sets                Create binary sets in
                         RELEASEDIR/RELEASEMACHINEDIR/binary/sets.                          RELEASEDIR/RELEASEMACHINEDIR/binary/sets.
Line 1512  buildmodules()
Line 1512  buildmodules()
         ${runcmd} "${makewrapper}" ${parallel} do-sys-modules ||          ${runcmd} "${makewrapper}" ${parallel} do-sys-modules ||
             bomb "Failed to make do-sys-modules"              bomb "Failed to make do-sys-modules"
   
         statusmsg "Successful build kernel modules for NetBSD/${MACHINE} ${DISTRIBVER}"          statusmsg "Successful built kernel modules for NetBSD/${MACHINE} ${DISTRIBVER}"
 }  }
   
 installworld()  installworld()

Legend:
Removed from v.1.225  
changed lines
  Added in v.1.226

CVSweb <webmaster@jp.NetBSD.org>