aboutsummaryrefslogtreecommitdiff
path: root/makeall.bat
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-07-23 00:56:28 +0000
committerIan Lance Taylor <ian@airs.com>1999-07-23 00:56:28 +0000
commit08d836d6bb65c143ba6da7a2f79636353c68b497 (patch)
treeb0708ab94e818fa78bcc744c83f5a099ab3fc460 /makeall.bat
parent5fa803d337830e9304ad07356210a255a05eb619 (diff)
downloadgdb-08d836d6bb65c143ba6da7a2f79636353c68b497.zip
gdb-08d836d6bb65c143ba6da7a2f79636353c68b497.tar.gz
gdb-08d836d6bb65c143ba6da7a2f79636353c68b497.tar.bz2
* 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.
Diffstat (limited to 'makeall.bat')
-rw-r--r--makeall.bat16
1 files changed, 0 insertions, 16 deletions
diff --git a/makeall.bat b/makeall.bat
deleted file mode 100644
index d2d415f..0000000
--- a/makeall.bat
+++ /dev/null
@@ -1,16 +0,0 @@
-@echo off
-chdir libiberty
-make %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\bfd
-make %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\opcodes
-make %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\gprof
-make %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\binutils
-make %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\gas
-make %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..\ld
-make %1 %2 %3 %4 %5 %6 %7 %8 %9
-chdir ..