diff options
author | John Gilmore <gnu@cygnus> | 1991-07-31 02:47:14 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-31 02:47:14 +0000 |
commit | 11954bf11adaf2f83fb347ba464da867250df2d8 (patch) | |
tree | 16e7c928a3671a24f448506168f2595b5a0b0946 /Makefile.in | |
parent | 06850bead6d946bb14e77693fa1d4613073c35c0 (diff) | |
download | gdb-11954bf11adaf2f83fb347ba464da867250df2d8.zip gdb-11954bf11adaf2f83fb347ba464da867250df2d8.tar.gz gdb-11954bf11adaf2f83fb347ba464da867250df2d8.tar.bz2 |
Add bfd.ilrt.tar.Z "make" rules.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 352a807..04662c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -152,8 +152,28 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(host) +target=$(target)) # +# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc + +DEVO_SUPPORT= README.configure Makefile.in configure configure.in +GDB_SUPPORT_DIRS= bfd include libiberty readline texinfo/fsf/texinfo.tex + +bfd.ilrt.tar.Z: force_update + ./configure -template=./configure + ./configure sun4 + make clean + ./configure -rm sun4 + rm -f bfd.ilrt.tar.Z + tar cf - $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) \ + | compress -v >bfd.ilrt.tar.Z + +force_update: + +# # $Log$ -# Revision 1.19 1991/07/27 07:46:34 rich +# Revision 1.20 1991/07/31 02:47:14 gnu +# Add bfd.ilrt.tar.Z "make" rules. +# +# Revision 1.19 1991/07/27 07:46:34 rich # Changes to accomodate using the freshly built bison in place. # # Revision 1.18 1991/07/16 00:01:40 gnu |