[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.80 and 1.81

version 1.80, 2003/01/04 12:55:32 version 1.81, 2003/01/04 14:55:44
Line 116  resolvepath()
Line 116  resolvepath()
 usage()  usage()
 {  {
         cat <<_usage_          cat <<_usage_
 Usage:  Usage: $(basename $0) [-bdEnortUu] [-a arch] [-B buildid] [-D dest]
 $(basename $0) [-bdEnortUu] [-a arch] [-B buildid] [-D dest] [-i instdir]                  [-i instdir] [-j njob] [-k kernel] [-M obj] [-m mach]
     [-j njob] [-k kernel] [-M obj] [-m mach] [-O obj] [-R release] [-T tools]                  [-O obj] [-R release] [-T tools] [-V var=[value]] [-w wrapper]
     [-V var=[value]] [-w wrapper]  
   
     -a arch     set MACHINE_ARCH to arch (otherwise deduced from MACHINE)      -a arch     set MACHINE_ARCH to arch (otherwise deduced from MACHINE)
     -B buildid  set BUILDID to buildid      -B buildid  set BUILDID to buildid
Line 127  $(basename $0) [-bdEnortUu] [-a arch] [-
Line 126  $(basename $0) [-bdEnortUu] [-a arch] [-
     -D dest     set DESTDIR to dest      -D dest     set DESTDIR to dest
     -d          build a full distribution into DESTDIR (including etc files)      -d          build a full distribution into DESTDIR (including etc files)
     -E          set "expert" mode; disables some DESTDIR checks      -E          set "expert" mode; disables some DESTDIR checks
     -i instdir  installworld from DESTDIR to instdir      -i instdir  installworld from DESTDIR to instdir (after build completes)
     -j njob     run up to njob jobs in parallel; see make(1)      -j njob     run up to njob jobs in parallel; see make(1)
     -k kernel   build a kernel using the named configuration file      -k kernel   build a kernel using the named configuration file
     -M obj      set obj root directory to obj (sets MAKEOBJDIRPREFIX)      -M obj      set obj root directory to obj (sets MAKEOBJDIRPREFIX)
Line 145  $(basename $0) [-bdEnortUu] [-a arch] [-
Line 144  $(basename $0) [-bdEnortUu] [-a arch] [-
     -w wrapper  create nbmake script at wrapper      -w wrapper  create nbmake script at wrapper
                 (default TOOLDIR/bin/nbmake-MACHINE)                  (default TOOLDIR/bin/nbmake-MACHINE)
   
 Note: if -T is unset and TOOLDIR is not set in the environment,  Notes:
       nbmake will be [re]built unconditionally.      *   The last specified option with "build" functionality will be run.
       *   If -T is unset and TOOLDIR is not set in the environment,
           nbmake will be [re]built unconditionally.
 _usage_  _usage_
         exit 1          exit 1
 }  }

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb <webmaster@jp.NetBSD.org>