* Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
authorIan Lance Taylor <ian@airs.com>
Fri, 23 Jul 1999 00:56:28 +0000 (00:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 23 Jul 1999 00:56:28 +0000 (00:56 +0000)
configure.bat in SUPPORT_FILES.
(gas+binutils.tar.bz2): Likewise.

* makeall.bat: Remove; obsolete.

ChangeLog
Makefile.in
makeall.bat [deleted file]

index ceb2d70..50d4586 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-07-22  Ian Lance Taylor  <ian@zembu.com>
+
+       * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
+       configure.bat in SUPPORT_FILES.
+       (gas+binutils.tar.bz2): Likewise.
+
+       * makeall.bat: Remove; obsolete.
+
 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
 
        From Mark Elbrecht:
index 18e88b4..2f2da94 100644 (file)
@@ -1768,13 +1768,13 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
 BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms
 binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
        $(MAKE) -f Makefile.in taz TOOL=binutils \
-               SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
+               SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
 
 .PHONY: gas+binutils.tar.bz2
 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
 gas+binutils.tar.bz2: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
        $(MAKE) -f Makefile.in taz TOOL=gas \
-               SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
+               SUPPORT_FILES="$(GASB_SUPPORT_DIRS)"
 
 .PHONY: libg++.tar.bz2
 LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
diff --git a/makeall.bat b/makeall.bat
deleted file mode 100644 (file)
index d2d415f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-@echo off\r
-chdir libiberty\r
-make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-chdir ..\bfd\r
-make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-chdir ..\opcodes\r
-make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-chdir ..\gprof\r
-make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-chdir ..\binutils\r
-make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-chdir ..\gas\r
-make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-chdir ..\ld\r
-make %1 %2 %3 %4 %5 %6 %7 %8 %9\r
-chdir ..\r