Posted to tcl by jima at Fri Sep 20 18:28:25 GMT 2013view raw

  1. LOCATIONS
  2.  
  3. /mnt/tisUtils
  4. /mnt/tisUtils/tisUtils.tcl
  5. /mnt/tisUtils/pkgIndex.tcl
  6.  
  7. /build/foo.tcl
  8.  
  9. /build/tisUtils/tisUtils.tcl
  10. /build/tisUtils/pkgIndex.tcl
  11. /build/tisUtils/configuration.tcl
  12. /build/tisUtils/install.tcl
  13.  
  14. /build/tisMore/tisMore.tcl
  15. /build/tisMore/pkgIndex.tcl
  16. /build/tisMore/configuration.tcl
  17. /build/tisMore/install.tcl
  18.  
  19. TCLLIBPATH
  20.  
  21. /mnt/tisUtils
  22.  
  23. FILES
  24.  
  25. At /build/tisUtils and /build/tisMore
  26.  
  27. configuration.tcl
  28. just make install.tcl point to /mnt/tisXXXX for copying files there
  29. install.tcl
  30. copies tisXXX and pkgIndex in destination folder /mnt/tisXXX
  31.  
  32. install.tcl in tisMore does [package require tisUtils]
  33.  
  34. FOO
  35.  
  36. cd tisUtils
  37. source install.tcl
  38.  
  39. cd ../tisMore
  40. source install.tcl