rcs enters the soup.

This commit is contained in:
K. Richard Pixley 1991-08-25 23:40:24 +00:00
parent 5781b1ba03
commit 3c8735af98
4 changed files with 26 additions and 7 deletions

View File

@ -48,6 +48,7 @@ include
ld
libiberty
libg++
rcs
readline
texinfo
@ -58,7 +59,10 @@ echo Done in `pwd`.
#
#
# $Log$
# Revision 1.9 1991/08/25 21:48:37 rich
# Revision 1.10 1991/08/25 23:40:20 rich
# rcs enters the soup.
#
# Revision 1.9 1991/08/25 21:48:37 rich
# Adding diff to the fray.
#
# Revision 1.8 1991/08/23 07:15:55 gnu

View File

@ -16,13 +16,15 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#
# Last Mod Tue Aug 20 12:48:54 PDT 1991, by rich@cygint.cygnus.com
# Last Mod Sun Aug 25 15:21:45 PDT 1991, by rich@cygint.cygnus.com
#
# $Id$
srcdir = .
destdir = /usr/local
SHELL=/bin/sh
#CC = gcc -b$(target) # -B$(srcdir)/../gas/Host-$(host)/Target-$(target)/
#CFLAGS = -g -nostdinc -nostdlib -I- -I/usr/local/lib/gcc/$(target)/1.92/include -I$(srcdir) -I$(srcdir)/../include -I$(OSINCLUDE)
@ -170,7 +172,8 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
#
# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
DEVO_SUPPORT= README.configure Makefile.in configure configure.in
DEVO_SUPPORT= README README.configure Makefile.in configure configure.in \
config.sub
GDB_SUPPORT_DIRS= bfd include libiberty readline texinfo/fsf/texinfo.tex
bfd.ilrt.tar.Z: force_update
@ -187,7 +190,16 @@ force_update:
#
# $Log$
# Revision 1.25 1991/08/22 07:15:49 rich
# Revision 1.28 1991/08/25 23:40:22 rich
# rcs enters the soup.
#
# Revision 1.27 1991/08/23 07:15:56 gnu
# Make README stick...
#
# Revision 1.26 1991/08/22 09:20:07 gnu
# Build a top-level README for devo.
#
# Revision 1.25 1991/08/22 07:15:49 rich
# Three part names, etc.
#
# Revision 1.24 1991/08/20 01:57:31 rich

7
configure vendored
View File

@ -184,7 +184,7 @@ fi
# script appropriate for this directory. For more information, check
# any existing configure script.
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb make grep diff prms "
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb make grep diff rcs prms "
srctrigger=README.configure
srcname="gnu development package"
@ -604,7 +604,10 @@ exit 0
#
# $Log$
# Revision 1.33 1991/08/25 21:48:38 rich
# Revision 1.34 1991/08/25 23:40:23 rich
# rcs enters the soup.
#
# Revision 1.33 1991/08/25 21:48:38 rich
# Adding diff to the fray.
#
# Revision 1.32 1991/08/25 20:18:20 rich

View File

@ -3,7 +3,7 @@
# script appropriate for this directory. For more information, check
# any existing configure script.
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb make grep diff prms "
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb make grep diff rcs prms "
srctrigger=README.configure
srcname="gnu development package"