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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re                       Date:   08-Jan-2004 21:56:11
  Branch: HEAD                             Handle: 2004010820561100

  Modified files:
    openpkg-re/release      Makefile

  Log:
    reenter directory on every iteration because this perhaps prevents the
    stale NFS handle problems a little bit more

  Summary:
    Revision    Changes     Path
    1.15        +1  -1      openpkg-re/release/Makefile
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/release/Makefile
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 Makefile
  --- openpkg-re/release/Makefile       8 Jan 2004 20:00:27 -0000       1.14
  +++ openpkg-re/release/Makefile       8 Jan 2004 20:56:11 -0000       1.15
  @@ -199,8 +199,8 @@
   
   slave:
        @$(SHTOOL) echo -e "%B++ STARTING SLAVE LOOP ($(HOSTNAME))%b"; \
  -     cd $(WORK); PWD=`pwd`; export PWD; \
        while [ 1 ]; do \
  +         cd $(WORK); PWD=`pwd`; export PWD; \
                ./shtool echo -e "%B++ client [$(HOSTNAME)]: erasing OpenPKG 
instance%b"; \
                $(MAKE) slave-erase; \
                ./shtool echo -e "%B++ client [$(HOSTNAME)]: preparing build 
environment%b"; \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to