[tkined] better fix for 2.1.7

Doug Hughes (Doug.Hughes@Eng.Auburn.EDU)
Mon, 15 Dec 1997 12:49:12 -0600

Regarding my last proposed fix for 2.1.7 make install, I have
a better one. (This one would be good to put in the Makefile as
well because it will do nothing bad in the worst case even
on systems where 2.1.7 make/install works with tcl8.0).

Everywhere where there is an echo piped into scotty, add a
;exit at the end of the echo.

Thus:

(diff for Makefile.in in unix directory)
*** Makefile.in Tue Aug 26 13:11:23 1997
--- Makefile.new Mon Dec 15 12:48:02 1997
***************
*** 493,499 ****
done
@TCLLIBPATH="$(TNM_INSTALL_DIR) $$TCLLIBPATH"; \
export TCLLIBPATH; \
! echo 'foreach f $$tnm(mibs) {puts "Parsing $$f"; mib load $$f}' | \
./scotty

tnm-install-library:
--- 493,499 ----
done
@TCLLIBPATH="$(TNM_INSTALL_DIR) $$TCLLIBPATH"; \
export TCLLIBPATH; \
! echo 'foreach f $$tnm(mibs) {puts "Parsing $$f"; mib load $$f}; exit' | \
./scotty

tnm-install-library:
***************
*** 513,519 ****
done
@TCLLIBPATH="$(TNM_INSTALL_DIR) $$TCLLIBPATH"; \
export TCLLIBPATH; \
! echo 'cd $(TNM_INSTALL_DIR)/library; auto_mkindex . *.tcl' | \
./scotty

tnm-install-examples:
--- 513,519 ----
done
@TCLLIBPATH="$(TNM_INSTALL_DIR) $$TCLLIBPATH"; \
export TCLLIBPATH; \
! echo 'cd $(TNM_INSTALL_DIR)/library; auto_mkindex . *.tcl; exit' | \
./scotty

tnm-install-examples:
***************
*** 637,643 ****
done
@TCLLIBPATH="$(TNM_INSTALL_DIR) $$TCLLIBPATH"; \
export TCLLIBPATH; \
! echo 'cd $(TKI_INSTALL_DIR)/apps; auto_mkindex . library.tcl' | \
./scotty

sinstall: ntping straps
--- 637,643 ----
done
@TCLLIBPATH="$(TNM_INSTALL_DIR) $$TCLLIBPATH"; \
export TCLLIBPATH; \
! echo 'cd $(TKI_INSTALL_DIR)/apps; auto_mkindex . library.tcl; exit' | \
./scotty

sinstall: ntping straps

Doug Hughes Engineering Network Services
doug@eng.auburn.edu Auburn University

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.