From: Nathanael Nerode <neroden@twcny.rr.com>
To: gcc-patches@gcc.gnu.org
Cc: dj@redhat.com, gdb-patches@sources.redhat.com,
binutils@sources.redhat.com
Subject: Toplevel patch: blow away dosrel
Date: Mon, 18 Nov 2002 04:58:00 -0000 [thread overview]
Message-ID: <20021118125800.GA2083@doctormoo> (raw)
"dosrel" seems to be a directory long gone, and its code is impeding
my work. Diffed to apply after my last two patches, for 3.4bib, tested on
i686-pc-linux-gnu.
* configure.in: Remove references to "dosrel".
* Makefile.tpl: Remove references to "dosrel".
* Makefile.in: Regenerate.
--- configure.in.1 2002-11-14 17:00:48.000000000 -0500
+++ configure.in 2002-11-18 07:52:14.000000000 -0500
@@ -197,12 +197,8 @@
# Configure extra directories which are host specific
case "${host}" in
- i[3456]86-*-go32*)
- configdirs="$configdirs dosrel" ;;
- i[3456]86-*-mingw32*)
- configdirs="$configdirs dosrel" ;;
*-cygwin*)
- configdirs="$configdirs libtermcap dosrel" ;;
+ configdirs="$configdirs libtermcap" ;;
esac
# Remove more programs from consideration, based on the host or
--- Makefile.in.2 2002-11-14 17:36:43.000000000 -0500
+++ Makefile.in 2002-11-18 07:50:39.000000000 -0500
@@ -106,8 +106,6 @@
INSTALL_SCRIPT = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644
-INSTALL_DOSREL = install-dosrel-fake
-
AS = @AS@
AR = @AR@
AR_FLAGS = rc
@@ -1486,8 +1484,7 @@
install-gcc \
$(INSTALL_MODULES) \
$(INSTALL_TARGET_MODULES) \
- $(INSTALL_X11_MODULES) \
- $(INSTALL_DOSREL)
+ $(INSTALL_X11_MODULES)
uninstall:
@echo "the uninstall target is not supported in this tree"
@@ -4103,23 +4100,6 @@
true; \
fi
-# EXPERIMENTAL STUFF
-# This rule is used to install the modules which use FLAGS_TO_PASS.
-# To build a target install-X means to cd to X and make install.
-.PHONY: install-dosrel
-install-dosrel: installdirs info
- @dir=`echo $@ | sed -e 's/install-//'`; \
- if [ -f ./$${dir}/Makefile ] ; then \
- r=`${PWD}`; export r; \
- s=`cd $(srcdir); ${PWD}`; export s; \
- $(SET_LIB_PATH) \
- (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
- else \
- true; \
- fi
-
-install-dosrel-fake:
-
ALL_GCC = all-gcc
ALL_GCC_C = $(ALL_GCC) all-target-newlib all-target-libgloss
ALL_GCC_CXX = $(ALL_GCC_C) all-target-libstdc++-v3
--- Makefile.tpl.2 2002-11-14 17:36:50.000000000 -0500
+++ Makefile.tpl 2002-11-18 07:50:23.000000000 -0500
@@ -109,8 +109,6 @@
INSTALL_SCRIPT = $(INSTALL)
INSTALL_DATA = $(INSTALL) -m 644
-INSTALL_DOSREL = install-dosrel-fake
-
AS = @AS@
AR = @AR@
AR_FLAGS = rc
@@ -800,8 +798,7 @@
install-gcc \
$(INSTALL_MODULES) \
$(INSTALL_TARGET_MODULES) \
- $(INSTALL_X11_MODULES) \
- $(INSTALL_DOSREL)
+ $(INSTALL_X11_MODULES)
uninstall:
@echo "the uninstall target is not supported in this tree"
@@ -1314,23 +1311,6 @@
true; \
fi
-# EXPERIMENTAL STUFF
-# This rule is used to install the modules which use FLAGS_TO_PASS.
-# To build a target install-X means to cd to X and make install.
-.PHONY: install-dosrel
-install-dosrel: installdirs info
- @dir=`echo $@ | sed -e 's/install-//'`; \
- if [ -f ./$${dir}/Makefile ] ; then \
- r=`${PWD}`; export r; \
- s=`cd $(srcdir); ${PWD}`; export s; \
- $(SET_LIB_PATH) \
- (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
- else \
- true; \
- fi
-
-install-dosrel-fake:
-
ALL_GCC = all-gcc
ALL_GCC_C = $(ALL_GCC) all-target-newlib all-target-libgloss
ALL_GCC_CXX = $(ALL_GCC_C) all-target-libstdc++-v3
next reply other threads:[~2002-11-18 12:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-18 4:58 Nathanael Nerode [this message]
2002-11-18 5:57 ` DJ Delorie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021118125800.GA2083@doctormoo \
--to=neroden@twcny.rr.com \
--cc=binutils@sources.redhat.com \
--cc=dj@redhat.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox