OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-tools                    Date:   18-Aug-2006 15:12:37
  Branch: HEAD                             Handle: 2006081814123700

  Modified files:
    openpkg-tools/cmd       build.pl

  Log:
    improve documentation

  Summary:
    Revision    Changes     Path
    1.35        +4  -4      openpkg-tools/cmd/build.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-tools/cmd/build.pl
  ============================================================================
  $ cvs diff -u -r1.34 -r1.35 build.pl
  --- openpkg-tools/cmd/build.pl        14 Aug 2006 20:39:47 -0000      1.34
  +++ openpkg-tools/cmd/build.pl        18 Aug 2006 13:12:37 -0000      1.35
  @@ -94,8 +94,8 @@
           " -W                include dependencies as if all build options are 
enabled\n" .
           " -K                keep temporarily installed packages\n" .
           " -e                rebuild exact version of a package from 
repository\n" .
  -        " -b                wrap rebuild command with check for existing 
binary packages\n" .
  -        " -B                wrap rebuild command with check for existing 
binary packages\n" .
  +        " -b                build-time check existing binaries for 
dependencies only\n" .
  +        " -B                build-time check existing binaries for 
dependencies and target\n" .
           " -g                rebuild packages even when most recent version 
is installed\n" .
           " -P <priv-cmd>     command prefix for privileged commands\n" .
           " -N <non-priv-cmd> command prefix for non-privileged commands\n" .
  @@ -2795,8 +2795,8 @@
   
   =item B<-B>
   
  -Same as option "B<-b>" but also check all packages for existing binary
  -packages at script execution-time.
  +Same as option "B<-b>" but also check all explicit target packages for
  +existing binary packages at script execution-time.
   
   =item B<-g>
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to