Check-in [166f6561d1]
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed a show-stopper on "make install" into a new path
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 166f6561d13423ab108f02c3652148e148cb6ee1
User & Date: hypnotoad 2015-09-26 03:37:07
Context
2016-01-21
13:47
Fixed which branch of gort/sherpa odie seeks to deal with check-in: 2f1799e2a4 user: hypnotoad tags: trunk
2015-09-26
03:37
Fixed a show-stopper on "make install" into a new path check-in: 166f6561d1 user: hypnotoad tags: trunk
2015-09-25
15:34
Updates some file paths check-in: c49d6db579 user: hypnotoad tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to scripts/make_sherpa.tcl.
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

get_distro tcllib odie
get_distro sherpa

###
# Build supporting libraries needed by Sherpa
##

# Rebuild sherpa
set SHERPA_SRCPATH $::odie(src_dir)/../sherpa
if {$::tcl_platform(platform) eq "windows"} {
  file copy -force ${SHERPA_SRCPATH}/sherpa.cmd $::odie(prefix)/bin/sherpa.cmd
  file copy -force ${SHERPA_SRCPATH}/sherpa.tcl $::odie(prefix)/bin/sherpa.tcl
  file copy -force ${SHERPA_SRCPATH}/sherpa.tcl $::odie(prefix)/bin/sherpa
} else {







|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

get_distro tcllib odie
get_distro sherpa

###
# Build supporting libraries needed by Sherpa
##
file mkdir $::odie(prefix)/bin
# Rebuild sherpa
set SHERPA_SRCPATH $::odie(src_dir)/../sherpa
if {$::tcl_platform(platform) eq "windows"} {
  file copy -force ${SHERPA_SRCPATH}/sherpa.cmd $::odie(prefix)/bin/sherpa.cmd
  file copy -force ${SHERPA_SRCPATH}/sherpa.tcl $::odie(prefix)/bin/sherpa.tcl
  file copy -force ${SHERPA_SRCPATH}/sherpa.tcl $::odie(prefix)/bin/sherpa
} else {