[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.344 and 1.345

version 1.344, 2020/09/14 09:02:11 version 1.345, 2020/09/20 10:29:05
Line 1061  Usage: ${progname} [-EhnoPRrUuxy] [-a ar
Line 1061  Usage: ${progname} [-EhnoPRrUuxy] [-a ar
     sets                Create binary sets in      sets                Create binary sets in
                         RELEASEDIR/RELEASEMACHINEDIR/binary/sets.                          RELEASEDIR/RELEASEMACHINEDIR/binary/sets.
                         DESTDIR should be populated beforehand.                          DESTDIR should be populated beforehand.
       distsets            Same as "distribution sets".
     sourcesets          Create source sets in RELEASEDIR/source/sets.      sourcesets          Create source sets in RELEASEDIR/source/sets.
     syspkgs             Create syspkgs in      syspkgs             Create syspkgs in
                         RELEASEDIR/RELEASEMACHINEDIR/binary/syspkgs.                          RELEASEDIR/RELEASEMACHINEDIR/binary/syspkgs.
Line 1087  Usage: ${progname} [-EhnoPRrUuxy] [-a ar
Line 1088  Usage: ${progname} [-EhnoPRrUuxy] [-a ar
                    [Default: gcc]                     [Default: gcc]
     -D dest        Set DESTDIR to dest.  [Default: destdir.MACHINE]      -D dest        Set DESTDIR to dest.  [Default: destdir.MACHINE]
     -E             Set "expert" mode; disables various safety checks.      -E             Set "expert" mode; disables various safety checks.
                    Should not be used without expert knowledge of the build system.                     Should not be used without expert knowledge of the build
                      system.
     -h             Print this help message.      -h             Print this help message.
     -j njob        Run up to njob jobs in parallel; see make(1) -j.      -j njob        Run up to njob jobs in parallel; see make(1) -j.
     -M obj         Set obj root directory to obj; sets MAKEOBJDIRPREFIX.      -M obj         Set obj root directory to obj; sets MAKEOBJDIRPREFIX.
Line 1099  Usage: ${progname} [-EhnoPRrUuxy] [-a ar
Line 1101  Usage: ${progname} [-EhnoPRrUuxy] [-a ar
     -N noisy       Set the noisyness (MAKEVERBOSE) level of the build:      -N noisy       Set the noisyness (MAKEVERBOSE) level of the build:
                        0   Minimal output ("quiet")                         0   Minimal output ("quiet")
                        1   Describe what is occurring                         1   Describe what is occurring
                        2   Describe what is occurring and echo the actual command                         2   Describe what is occurring and echo the actual
                              command
                        3   Ignore the effect of the "@" prefix in make commands                         3   Ignore the effect of the "@" prefix in make commands
                        4   Trace shell commands using the shell's -x flag                         4   Trace shell commands using the shell's -x flag
                    [Default: 2]                     [Default: 2]
Line 1394  parseoptions()
Line 1397  parseoptions()
                             bomb "Must supply a directory with \`install=...'"                              bomb "Must supply a directory with \`install=...'"
                         ;;                          ;;
   
                   distsets)
                           operations="$(echo "$operations" | sed 's/distsets/distribution sets/')"
                           do_sets=true
                           op=distribution
                           ;;
   
                 build|\                  build|\
                 cleandir|\                  cleandir|\
                 distribution|\                  distribution|\

Legend:
Removed from v.1.344  
changed lines
  Added in v.1.345

CVSweb <webmaster@jp.NetBSD.org>