The C Source, Patches and (shudder!) Bugs
Post Reply
ncarrier
Posts: 36
Joined: 02 Nov 2011, 18:05

[PATCH 4/6][DEV]Rely on find-tclsh to find or build a tcl in

Post by ncarrier » 15 Nov 2012, 10:56

The tcl interpreter is :
* hardcoded to jimsh when producing usb_modeswitch.string
* autodetected, falling back to a hand compiled jimsh version in find-tclsh
* autodetected, falling back to a hand compiled jimsh version in make-static-dispatcher.sh
* autodetected, when producing the usb_modeswitch.tcl shebang

This patch :
* defines HOST_TCL as the tcl shell used to product make targets
* defines TCL as the tcl shell used by the usb_modeswitch_dispatcher tcl script
* allows user to override both two if needed

I tried to preserve the previous heuristic used for the target tcl interpreter choice, i.e., reasonable candidates are searched on host PATH, falling back to /usr/bin/tclsh if none were to be found (i.e. find-tclsh returned [...]jimsh0).
Attachments
0004-DEV-Rely-on-find-tclsh-to-find-or-build-a-tcl-interp.patch
(1.8 KiB) Downloaded 528 times

Post Reply