Makefile.in (DISTSTUFFDIRS): Add gas.
authorKen Raeburn <raeburn@cygnus>
Sat, 1 Oct 1994 04:24:29 +0000 (04:24 +0000)
committerKen Raeburn <raeburn@cygnus>
Sat, 1 Oct 1994 04:24:29 +0000 (04:24 +0000)
ChangeLog
Makefile.in

index 8e6008bbce4d7e86f439659eddb2fe2126edc5c8..8b91bedf582fc62d3dcfd775d210ae991353d2dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DISTSTUFFDIRS): Add gas.
+
+Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
+
+       * COPYING.NEWLIB: New file.
+
 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
 
        * config.guess (HP-UX):  Patch from Harlan Stenn
index 6fd21d91a52ea555252118d2d66a41e21953a321..432b49fddbc4f9cf1d0131c39e6655f875e83f7d 100644 (file)
@@ -1017,7 +1017,7 @@ ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \
 # this macro.
 SUPPORT_FILES = list-of-support-files-for-tool-in-question
 # Directories that might want `make diststuff' run.
-DISTSTUFFDIRS= ld gprof gdb libg++ binutils gnats
+DISTSTUFFDIRS= ld gprof gdb libg++ binutils gnats gas
 # Files where "byacc" (Cygnus version) should be changed to "bison -y" (FSF).
 DISTBISONFILES= binutils/Makefile.in gas/Makefile.in gdb/Makefile.in
 # Directories where "info" should be built.
@@ -1137,6 +1137,14 @@ gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
        $(MAKE) -f Makefile.in taz TOOL=gdb \
                SUPPORT_FILES="$(GDB_SUPPORT_DIRS)"
 
+.PHONY: newlib.tar.gz
+NEWLIB_SUPPORT_DIRS=
+newlib.tar.gz: $(DIST_SUPPORT) $(NEWLIB_SUPPORT_DIRS) newlib
+       $(MAKE) -f Makefile.in taz TOOL=newlib \
+               SUPPORT_FILES="$(NEWLIB_SUPPORT_DIRS)" \
+               DEVO_SUPPORT="$(DEVO_SUPPORT) COPYING.NEWLIB" \
+               DISTDOCDIRS="$(DISTDOCDIRS) newlib"
+
 .NOEXPORT:
 MAKEOVERRIDES=
 
This page took 0.031593 seconds and 4 git commands to generate.