[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.106 and 1.107

version 1.106, 2003/05/26 06:35:17 version 1.107, 2003/07/16 13:21:47
Line 131  initdefaults()
Line 131  initdefaults()
         do_install=false          do_install=false
         do_sets=false          do_sets=false
         do_sourcesets=false          do_sourcesets=false
           do_params=false
   
         # Create scratch directory          # Create scratch directory
         #          #
Line 349  Usage: ${progname} [-EnorUu] [-a arch] [
Line 350  Usage: ${progname} [-EnorUu] [-a arch] [
     releasekernel=conf  Install kernel built by kernel=conf to RELEASEDIR      releasekernel=conf  Install kernel built by kernel=conf to RELEASEDIR
     sets                Create binary sets in RELEASEDIR/MACHINE/binary/sets      sets                Create binary sets in RELEASEDIR/MACHINE/binary/sets
     sourcesets          Create source sets in RELEASEDIR/source/sets      sourcesets          Create source sets in RELEASEDIR/source/sets
       params              Display various make(1) parameters
   
  Options:   Options:
     -a arch     Set MACHINE_ARCH to arch (otherwise deduced from MACHINE)      -a arch     Set MACHINE_ARCH to arch (otherwise deduced from MACHINE)
Line 561  parseoptions()
Line 563  parseoptions()
                         usage                          usage
                         ;;                          ;;
   
                 makewrapper|obj|tools|build|distribution|release|sets|sourcesets)                  makewrapper|obj|tools|build|distribution|release|sets|sourcesets|params)
                         ;;                          ;;
   
                 kernel=*|releasekernel=*)                  kernel=*|releasekernel=*)
Line 951  main()
Line 953  main()
                         buildtools                          buildtools
                         ;;                          ;;
   
                 obj|build|distribution|release|sets|sourcesets)                  obj|build|distribution|release|sets|sourcesets|params)
                         ${runcmd} "${makewrapper}" ${parallel} ${op} ||                          ${runcmd} "${makewrapper}" ${parallel} ${op} ||
                             bomb "Failed to make ${op}"                              bomb "Failed to make ${op}"
                         statusmsg "Successful make ${op}"                          statusmsg "Successful make ${op}"

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

CVSweb <webmaster@jp.NetBSD.org>