* Makefile.in (install, uninstall): Remove $$n.1 stuff; I don't
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 5 Oct 1993 21:25:10 +0000 (21:25 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 5 Oct 1993 21:25:10 +0000 (21:25 +0000)
understand what it is trying to do, but I suspect it's not doing
it.

* config/ns32k/merlin.mh: Add comment about M_INSTALL.
* config/m88k/{delta88.mh,delta88v4.mh}: Remove M_INSTALL and
M_UNINSTALL; it tries to install a non-existent file gdb.z.
* Makefile.in: Remove M_INSTALL stuff; the above were the only uses.

gdb/ChangeLog
gdb/Makefile.in
gdb/config/m88k/delta88.mh
gdb/config/m88k/delta88v4.mh
gdb/config/ns32k/merlin.mh

index 424735f76c4c98de127d74d0c20da32a557ac2b4..99149ee40ee6bbdfcb92021d496caded5e9c2d27 100644 (file)
@@ -1,5 +1,14 @@
 Tue Oct  5 15:26:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * Makefile.in (install, uninstall): Remove $$n.1 stuff; I don't
+       understand what it is trying to do, but I suspect it's not doing
+       it.
+
+       * config/ns32k/merlin.mh: Add comment about M_INSTALL.
+       * config/m88k/{delta88.mh,delta88v4.mh}: Remove M_INSTALL and
+       M_UNINSTALL; it tries to install a non-existent file gdb.z.
+       * Makefile.in: Remove M_INSTALL stuff; the above were the only uses.
+
        * stabsread.c (read_range_type): Remove comment which recommends
        distinguishing float from complex by the name.
 
index 20f1c6dd3301ff4df730dc68a0a8748fe611f164..2f95de8677f9a46526f809c855a12ccf935ddad3 100644 (file)
@@ -461,13 +461,10 @@ install: all install-only
 install-only: 
        $(INSTALL_XFORM) gdb $(bindir)/gdb
        $(INSTALL_XFORM1) $(srcdir)/gdb.1 $(man1dir)/gdb.1
-       $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$$n.1
-       $(M_INSTALL)
        @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do 
 
 uninstall: force
-       rm -f $(bindir)/gdb $(man1dir)/gdb.1 $(man1dir)/$$n.1
-       $(M_UNINSTALL)
+       rm -f $(bindir)/gdb $(man1dir)/gdb.1
        @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do 
 
 init.c: munch $(OBS) $(TSOBS)
index 409314308437c4fad9db01ab6caeae669e518efc..80716073b78db71cb9ed028d0c4e3de971033fb8 100644 (file)
@@ -7,5 +7,3 @@ REGEX=regex.o
 REGEX1=regex.o
 # Have to use /bin/nm because a bfd nm won't do the right thing
 MUNCH_DEFINE=MUNCH_NM=/bin/nm
-M_INSTALL=cp gdb.z $(ddestdir)/man/man1
-M_UNINSTALL = rm -f $(ddestdir)/man/man1
index 3cf43ffce2d4c608383031d7837e66c9a979b11e..06da8fb2e5f566dd91e2660ac4c5c9addbc7cb00 100644 (file)
@@ -8,5 +8,3 @@ REGEX=regex.o
 REGEX1=regex.o
 # Have to use /bin/nm because a bfd nm won't do the right thing
 MUNCH_DEFINE=MUNCH_NM=/bin/nm
-M_INSTALL=cp gdb.z $(ddestdir)/man/man1
-M_UNINSTALL = rm -f $(ddestdir)/man/man1
index d95ae2be7bd43cc1beb82b017e46efa411d7d1a4..eac5b6b7407aa3e78153b3cf1b2e805d45f7bf93 100644 (file)
@@ -1,8 +1,16 @@
 # Host: Merlin running utek 2.1
 XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o
 XM_FILE= xm-merlin.h
+
+# FIXME: M_INSTALL is gone from the gdb makefile.  If anyone cares
+# about the Merlin anymore, and the bug which inspired
+# SHELL_FILE/gdb-sh is still there, will need to reinstate it.  Also,
+# this should be done for native only.
+
 # See SHELL_FILE in xm-merlin.h for a explanation of this.
+
 # FIXME: This should use $prefix, but only if SHELL_FILE does too.
+
 M_INSTALL=cp /bin/sh /usr/local/lib/gdb-sh; \
 chmod ogu+rw /usr/local/lib/gdb-sh
 M_UNINSTALL = rm -f /usr/local/lib/gdb-sh