* 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.
This commit is contained in:
Ian Lance Taylor 1999-07-23 00:56:28 +00:00
parent 39beac7e2b
commit 23173ac30c
3 changed files with 10 additions and 18 deletions

View File

@ -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:

View 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

View File

@ -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 ..