This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Small makefile tweak for install-gdbtk target


FYI (since I'm still stealing room in your file :-),

I've committed the following patch, which tweaks the install-gdbtk target.

I've committed a bunch of configury changes to gdb and insight today, and 
I hope that this will lay the necessary ground work to start working on 
separating gdb and insight configury/building more completely.

I've been holding onto this stuff for months, building on cygwin and 
linux, and I've not encountered any problems.

Of course, if someone runs into a problem, please let me know and I will 
address it immediately.

Keith

ChangeLog
2002-08-14  Keith Seitz  <keiths@redhat.com>

        * Makefile.in (install-gdbtk): Create insight plugin directory.
        Install plugins.tcl file.

Patch
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.235
diff -p -r1.235 Makefile.in
*** Makefile.in	10 Aug 2002 00:36:46 -0000	1.235
--- Makefile.in	14 Aug 2002 18:13:16 -0000
*************** fork-child.o: fork-child.c $(gdb_wait_h)
*** 1502,1507 ****
--- 1502,1509 ----
  
  install-gdbtk:
  	$(SHELL) $(srcdir)/../mkinstalldirs $(GDBTK_LIBRARY) ; \
+ 	$(SHELL) $(srcdir)/../mkinstalldirs $(libdir)/insight$(GDBTK_VERSION) ; \
+ 	$(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl $(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \
  	$(SHELL) $(srcdir)/../mkinstalldirs \
  		$(GDBTK_LIBRARY)/images \
  		$(GDBTK_LIBRARY)/images2 ; \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]