* Makefile.in: Change distribution targets to use bzip2 instead of
gzip. (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
This commit is contained in:
parent
87201c5431
commit
7ea9a4f5d1
|
@ -1,3 +1,9 @@
|
||||||
|
1999-06-12 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
|
* Makefile.in: Change distribution targets to use bzip2 instead of
|
||||||
|
gzip.
|
||||||
|
(TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
|
||||||
|
|
||||||
1999-06-04 Nick Clifton <nickc@cygnus.com>
|
1999-06-04 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* config.sub: Add mcore target.
|
* config.sub: Add mcore target.
|
||||||
|
|
39
Makefile.in
39
Makefile.in
|
@ -109,8 +109,7 @@ NM = nm
|
||||||
|
|
||||||
LD = ld
|
LD = ld
|
||||||
|
|
||||||
# Not plain GZIP, since gzip looks there for extra command-line options.
|
BZIPPROG = bzip2
|
||||||
GZIPPROG = gzip
|
|
||||||
|
|
||||||
# These values are substituted by configure.
|
# These values are substituted by configure.
|
||||||
DEFAULT_YACC = yacc
|
DEFAULT_YACC = yacc
|
||||||
|
@ -1749,55 +1748,55 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
|
||||||
else \
|
else \
|
||||||
ver=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
|
ver=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
|
||||||
fi; \
|
fi; \
|
||||||
$(MAKE) -f Makefile.in do-tar-gz TOOL=$(TOOL) VER=$$ver
|
$(MAKE) -f Makefile.in do-tar-bz2 TOOL=$(TOOL) VER=$$ver
|
||||||
|
|
||||||
do-tar-gz:
|
do-tar-bz2:
|
||||||
echo "==> Making $(TOOL)-$(VER).tar.gz"
|
echo "==> Making $(TOOL)-$(VER).tar.bz2"
|
||||||
-rm -f $(TOOL)-$(VER)
|
-rm -f $(TOOL)-$(VER)
|
||||||
ln -s proto-toplev $(TOOL)-$(VER)
|
ln -s proto-toplev $(TOOL)-$(VER)
|
||||||
tar cfh $(TOOL)-$(VER).tar $(TOOL)-$(VER)
|
tar cfh $(TOOL)-$(VER).tar $(TOOL)-$(VER)
|
||||||
$(GZIPPROG) -v -9 $(TOOL)-$(VER).tar
|
$(BZIPPROG) -v -9 $(TOOL)-$(VER).tar
|
||||||
|
|
||||||
TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
|
TEXINFO_SUPPORT= texinfo/texinfo.tex
|
||||||
DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
|
DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
|
||||||
|
|
||||||
.PHONY: gas.tar.gz
|
.PHONY: gas.tar.bz2
|
||||||
GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms
|
GAS_SUPPORT_DIRS= bfd include libiberty opcodes intl setup.com makefile.vms
|
||||||
gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
|
gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
|
||||||
$(MAKE) -f Makefile.in taz TOOL=gas \
|
$(MAKE) -f Makefile.in taz TOOL=gas \
|
||||||
SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
|
||||||
|
|
||||||
# The FSF "binutils" release includes gprof and ld.
|
# The FSF "binutils" release includes gprof and ld.
|
||||||
.PHONY: binutils.tar.gz
|
.PHONY: binutils.tar.bz2
|
||||||
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms
|
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms
|
||||||
binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
||||||
$(MAKE) -f Makefile.in taz TOOL=binutils \
|
$(MAKE) -f Makefile.in taz TOOL=binutils \
|
||||||
SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
|
SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS) makeall.bat configure.bat"
|
||||||
|
|
||||||
.PHONY: gas+binutils.tar.gz
|
.PHONY: gas+binutils.tar.bz2
|
||||||
GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
|
GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
|
||||||
gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
|
gas+binutils.tar.bz2: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
|
||||||
$(MAKE) -f Makefile.in taz TOOL=gas \
|
$(MAKE) -f Makefile.in taz TOOL=gas \
|
||||||
SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
|
SUPPORT_FILES="$(GASB_SUPPORT_DIRS) makeall.bat configure.bat"
|
||||||
|
|
||||||
.PHONY: libg++.tar.gz
|
.PHONY: libg++.tar.bz2
|
||||||
LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
|
LIBGXX_SUPPORT_DIRS=include libstdc++ libio librx libiberty
|
||||||
libg++.tar.gz: $(DIST_SUPPORT) libg++
|
libg++.tar.bz2: $(DIST_SUPPORT) libg++
|
||||||
$(MAKE) -f Makefile.in taz TOOL=libg++ \
|
$(MAKE) -f Makefile.in taz TOOL=libg++ \
|
||||||
SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
|
||||||
|
|
||||||
GNATS_SUPPORT_DIRS=include libiberty send-pr
|
GNATS_SUPPORT_DIRS=include libiberty send-pr
|
||||||
gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
|
gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
|
||||||
$(MAKE) -f Makefile.in taz TOOL=gnats \
|
$(MAKE) -f Makefile.in taz TOOL=gnats \
|
||||||
SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
|
||||||
|
|
||||||
.PHONY: gdb.tar.gz
|
.PHONY: gdb.tar.bz2
|
||||||
GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
|
GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils intl
|
||||||
gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
||||||
$(MAKE) -f Makefile.in taz TOOL=gdb \
|
$(MAKE) -f Makefile.in taz TOOL=gdb \
|
||||||
SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
|
||||||
|
|
||||||
.PHONY: newlib.tar.gz
|
.PHONY: newlib.tar.bz2
|
||||||
NEWLIB_SUPPORT_DIRS=libgloss
|
NEWLIB_SUPPORT_DIRS=libgloss
|
||||||
# taz configures for the sun4 target which won't configure newlib.
|
# taz configures for the sun4 target which won't configure newlib.
|
||||||
# We need newlib configured so that the .info files are made.
|
# We need newlib configured so that the .info files are made.
|
||||||
|
@ -1810,7 +1809,7 @@ NEWLIB_SUPPORT_DIRS=libgloss
|
||||||
# the make distclean. For now punt on the issue of shipping newlib info files
|
# the make distclean. For now punt on the issue of shipping newlib info files
|
||||||
# with newlib net releases and wait for a day when some native target (sun4?)
|
# with newlib net releases and wait for a day when some native target (sun4?)
|
||||||
# supports newlib (if only minimally).
|
# supports newlib (if only minimally).
|
||||||
newlib.tar.gz: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
|
newlib.tar.bz2: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
|
||||||
$(MAKE) -f Makefile.in taz TOOL=newlib \
|
$(MAKE) -f Makefile.in taz TOOL=newlib \
|
||||||
SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
|
SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
|
||||||
DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
|
DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" newlib
|
||||||
|
|
Loading…
Reference in New Issue