mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* 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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user