You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2004/02/11 18:37:35 UTC

cvs commit: tcl-rivet/src make.tcl

davidw      2004/02/11 09:37:35

  Modified:    .        ChangeLog
               src      make.tcl
  Log:
  * src/make.tcl: Don't delete rivet packages directory during install.
    This used to happen in order to keep things clean, but people are
    using this directory for local packages/modifications, so this is
    not a good thing to have.
  
  Revision  Changes    Path
  1.164     +7 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.163
  retrieving revision 1.164
  diff -u -r1.163 -r1.164
  --- ChangeLog	6 Feb 2004 21:43:55 -0000	1.163
  +++ ChangeLog	11 Feb 2004 17:37:35 -0000	1.164
  @@ -1,3 +1,10 @@
  +2004-02-11  David N. Welton  <da...@dedasys.com>
  +
  +	* src/make.tcl: Don't delete rivet packages directory during
  +	install.  This used to happen in order to keep things clean, but
  +	people are using this directory for local packages/modifications,
  +	so this is not a good thing to have.
  +
   2004-02-06  David N. Welton  <da...@dedasys.com>
   
   	* tests/headers.test: Include current version of http package in
  
  
  
  1.54      +1 -2      tcl-rivet/src/make.tcl
  
  Index: make.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/src/make.tcl,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- make.tcl	6 Feb 2004 16:59:55 -0000	1.53
  +++ make.tcl	11 Feb 2004 17:37:35 -0000	1.54
  @@ -191,7 +191,6 @@
   
   AddNode install {
       depends $MOD_SHLIB $RIVETLIB_SHLIB $PARSER_SHLIB
  -    tcl file delete -force [file join $PREFIX rivet]
       tcl fileutil::install -m o+r $MOD_SHLIB $LIBEXECDIR
       tcl fileutil::install -m o+r [file join .. rivet] $PREFIX
       tcl file mkdir [file join $PREFIX rivet packages rivet]
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org