Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Toplevel patch: blow away dosrel
@ 2002-11-18  4:58 Nathanael Nerode
  2002-11-18  5:57 ` DJ Delorie
  0 siblings, 1 reply; 2+ messages in thread
From: Nathanael Nerode @ 2002-11-18  4:58 UTC (permalink / raw)
  To: gcc-patches; +Cc: dj, gdb-patches, binutils

"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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Toplevel patch: blow away dosrel
  2002-11-18  4:58 Toplevel patch: blow away dosrel Nathanael Nerode
@ 2002-11-18  5:57 ` DJ Delorie
  0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2002-11-18  5:57 UTC (permalink / raw)
  To: neroden; +Cc: gcc-patches, gdb-patches, binutils


> 	* configure.in: Remove references to "dosrel".
> 	* Makefile.tpl: Remove references to "dosrel".
> 	* Makefile.in: Regenerate.

Please do.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-18 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-18  4:58 Toplevel patch: blow away dosrel Nathanael Nerode
2002-11-18  5:57 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox