For gas and binutils snapshots, use .gz now instead of .z. (FSF is changing
authorKen Raeburn <raeburn@cygnus>
Thu, 3 Jun 1993 21:45:26 +0000 (21:45 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 3 Jun 1993 21:45:26 +0000 (21:45 +0000)
gzip.)

ChangeLog
Makefile.in

index f915ef4..e5b38a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (taz): Use .gz suffix instead of .z.
+       (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
+       names.
+
 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * Makefile.in (vault-install): add an 'else true' (for Ultrix)
index ba7c62e..844ecb2 100644 (file)
@@ -627,6 +627,8 @@ uninstall:
 vault-install:
        @if [ -f ./release/vault-install ] ; then \
          ./release/vault-install $(host_alias) $(target_alias) ; \
+       else \
+         true ; \
        fi
 
 .PHONY: install.all
@@ -639,15 +641,15 @@ install.all: install-no-fixedincludes
                true ; \
        fi
 
-# install-no-fixedincludes is used because Cygnus can not distributed
+# install-no-fixedincludes is used because Cygnus can not distribute
 # the fixed header files.
 .PHONY: install-no-fixedincludes
 install-no-fixedincludes: \
        install-dirs \
-       gcc-no-fixedincludes \
        $(INSTALL_MODULES) \
        $(INSTALL_TARGET_MODULES) \
-       $(INSTALL_X11_MODULES)
+       $(INSTALL_X11_MODULES) \
+       gcc-no-fixedincludes \
 
 # Install the gcc headers files, but not the fixed include files,
 # which Cygnus is not allowed to distribute.  This rule is very
@@ -1112,25 +1114,25 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex texinfo/gpl.texinfo
                echo "==> Making $(TOOL)-$$VER.tar.z"; \
                ln -s proto-toplev $(TOOL)-$$VER; \
                tar cfh - $(TOOL)-$$VER \
-               | $(GZIP) -v -9 >$(TOOL)-$$VER.tar.z)
+               | $(GZIP) -v -9 >$(TOOL)-$$VER.tar.gz)
 
 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo
 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
 
-.PHONY: gas.tar.z
+.PHONY: gas.tar.gz
 GAS_SUPPORT_DIRS= bfd include libiberty opcodes
-gas.tar.z: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
+gas.tar.gz: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
        $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GAS_SUPPORT_DIRS)" TOOL=gas
 
 # The FSF "binutils" release includes gprof and ld.
-.PHONY: binutils.tar.z
+.PHONY: binutils.tar.gz
 BINUTILS_SUPPORT_DIRS= bfd include libiberty opcodes ld gprof
-binutils.tar.z: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
+binutils.tar.gz: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
        $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)" TOOL=binutils
 
-.PHONY: gas+binutils.tar.z
+.PHONY: gas+binutils.tar.gz
 GASB_SUPPORT_DIRS= $(GAS_SUPPORT_DIRS) binutils ld gprof
-gas+binutils.tar.z: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
+gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
        $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" TOOL=gas
 
 .NOEXPORT: