public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix tclIndex generation
@ 2002-01-10 20:24 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2002-01-10 20:24 UTC (permalink / raw)
  To: Insight Maling List

Hi,

Ok, it's been a long time coming, and I'm sure there are better things to
do than fix this, but, well, enough is enough.

Along with the patch that I've submitted to Ian for Itcl, this allows me
to generate a proper tclIndex file for ourselves.

In order to use this, you will need to have an install from
an --enable-shared toolchain about.

Keith

ChangeLog
2002-01-10  Keith Seitz  <keiths@redhat.com>

	* library/Makefile (ITCL_SH): Renamed to "ITCLSH".
	(tclIndex): We no longer have an Itcl shell, so we must use
	"package require Itcl".

Patch
Index: library/Makefile
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/Makefile,v
retrieving revision 1.2
diff -p -r1.2 Makefile
*** library/Makefile	2001/01/03 05:34:04	1.2
--- library/Makefile	2002/01/11 04:20:51
***************
*** 1,10 ****

  TCL := $(wildcard *.tcl *.itcl *.ith *.itb)

! ITCL_SH = itclsh3.0

  tclIndex: $(TCL) Makefile
! 	echo "auto_mkindex `pwd` $(TCL)" | $(ITCL_SH)

  tags: TAGS
  TAGS: $(TCL)
--- 1,10 ----

  TCL := $(wildcard *.tcl *.itcl *.ith *.itb)

! TCLSH = tclsh8.3

  tclIndex: $(TCL) Makefile
! 	echo "package require Itcl; auto_mkindex `pwd` $(TCL)" | $(TCLSH)

  tags: TAGS
  TAGS: $(TCL)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-11  4:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-10 20:24 [PATCH] Fix tclIndex generation Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).