* Makefile.in: remove form feeds to make Sun's make happy.

(DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
This commit is contained in:
Stu Grossman
1992-01-18 02:03:00 +00:00
parent dcfc4f45a8
commit 23e3e7f949
2 changed files with 45 additions and 30 deletions

View File

@ -1,3 +1,19 @@
Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
* Makefile.in: remove form feeds to make Sun's make happy.
(DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
* Makefile.in (AR_FLAGS): Make quieter.
Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
* configure.in: Add libg++.
* configure: When verbose, don't output the command line at each
level; it will be unremarkably the same as the previous version,
which will be the same as what the user typed.
Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com) Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
* configure.in, Makefile.in: fix clean-info, add flex. add * configure.in, Makefile.in: fix clean-info, add flex. add

View File

@ -50,7 +50,7 @@ RANLIB = ranlib
BISON = `if [ -d $(unsubdir)/../bison ] ; \ BISON = `if [ -d $(unsubdir)/../bison ] ; \
then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ -y ; \ then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ -y ; \
else echo yacc ; fi` else echo bison -y ; fi`
MAKEINFO = makeinfo MAKEINFO = makeinfo
FRESHMAKEINFO = `if [ -d $(unsubdir)/../texinfo/C ] ; \ FRESHMAKEINFO = `if [ -d $(unsubdir)/../texinfo/C ] ; \
@ -67,7 +67,7 @@ INSTALL_TARGET = install.all
### for debugging ### for debugging
#GCCVERBOSE=-v #GCCVERBOSE=-v
#### host and target specific makefile fragments come in here. #### host and target specific makefile fragments come in here.
### ###
@ -122,7 +122,7 @@ install.all: install-dirs install-libiberty install-texinfo \
install.cross: install-dirs install-libiberty install-binutils install-bison \ install.cross: install-dirs install-libiberty install-binutils install-bison \
install-byacc install-ld install-gas install-gnulib \ install-byacc install-ld install-gas install-gnulib \
install-readline install-glob install-gdb install-readline install-glob install-gdb
### libiberty ### libiberty
.PHONY: all-libiberty just-libiberty .PHONY: all-libiberty just-libiberty
all-libiberty: just-libiberty all-libiberty: just-libiberty
@ -179,7 +179,7 @@ install-libiberty: force
else \ else \
true ; \ true ; \
fi fi
### texinfo ### texinfo
.PHONY: all-texinfo just-texinfo .PHONY: all-texinfo just-texinfo
all-texinfo: just-texinfo all-texinfo: just-texinfo
@ -236,7 +236,7 @@ install-texinfo: force
else \ else \
true ; \ true ; \
fi fi
### bfd ### bfd
.PHONY: all-bfd just-bfd .PHONY: all-bfd just-bfd
all-bfd: just-bfd all-bfd: just-bfd
@ -293,7 +293,7 @@ install-bfd: force
else \ else \
true ; \ true ; \
fi fi
### binutils ### binutils
.PHONY: all-binutils just-binutils .PHONY: all-binutils just-binutils
all-binutils: just-binutils all-binutils: just-binutils
@ -350,7 +350,7 @@ install-binutils: force
else \ else \
true ; \ true ; \
fi fi
### byacc ### byacc
.PHONY: all-byacc just-byacc .PHONY: all-byacc just-byacc
all-byacc: just-byacc all-byacc: just-byacc
@ -407,7 +407,7 @@ install-byacc: force
else \ else \
true ; \ true ; \
fi fi
### bison ### bison
.PHONY: all-bison just-bison .PHONY: all-bison just-bison
all-bison: just-bison all-bison: just-bison
@ -464,7 +464,7 @@ install-bison: force
else \ else \
true ; \ true ; \
fi fi
### gcc ### gcc
.PHONY: all-gcc just-gcc .PHONY: all-gcc just-gcc
all-gcc: just-gcc all-gcc: just-gcc
@ -522,7 +522,7 @@ install-gcc:
else \ else \
true ; \ true ; \
fi fi
### readline ### readline
.PHONY: all-readline just-readline .PHONY: all-readline just-readline
all-readline: just-readline all-readline: just-readline
@ -579,7 +579,7 @@ install-readline: force
else \ else \
true ; \ true ; \
fi fi
### glob ### glob
.PHONY: all-glob just-glob .PHONY: all-glob just-glob
all-glob: just-glob all-glob: just-glob
@ -636,7 +636,7 @@ install-glob: force
else \ else \
true ; \ true ; \
fi fi
### gas ### gas
.PHONY: all-gas just-gas .PHONY: all-gas just-gas
all-gas: just-gas all-gas: just-gas
@ -693,7 +693,7 @@ install-gas: force
else \ else \
true ; \ true ; \
fi fi
### ld ### ld
.PHONY: all-ld just-ld .PHONY: all-ld just-ld
all-ld: just-ld all-ld: just-ld
@ -750,7 +750,7 @@ install-ld: force
else \ else \
true ; \ true ; \
fi fi
### gnulib (and gnulib1) ### gnulib (and gnulib1)
.PHONY: all-gnulib just-gnulib1 just-gnulib .PHONY: all-gnulib just-gnulib1 just-gnulib
just-gnulib1: all-gas all-binutils force just-gnulib1: all-gas all-binutils force
@ -847,7 +847,7 @@ install-gnulib: force
else \ else \
true ; \ true ; \
fi fi
### gdb ### gdb
.PHONY: all-gdb just-gdb .PHONY: all-gdb just-gdb
all-gdb: just-gdb all-gdb: just-gdb
@ -904,7 +904,7 @@ install-gdb: force
else \ else \
true ; \ true ; \
fi fi
### make ### make
.PHONY: all-make just-make .PHONY: all-make just-make
all-make: just-make all-make: just-make
@ -961,7 +961,7 @@ install-make: force
else \ else \
true ; \ true ; \
fi fi
### diff ### diff
.PHONY: all-diff just-diff .PHONY: all-diff just-diff
all-diff: just-diff all-diff: just-diff
@ -1018,7 +1018,7 @@ install-diff: force
else \ else \
true ; \ true ; \
fi fi
### grep ### grep
.PHONY: all-grep just-grep .PHONY: all-grep just-grep
all-grep: just-grep all-grep: just-grep
@ -1075,7 +1075,7 @@ install-grep: force
else \ else \
true ; \ true ; \
fi fi
### rcs ### rcs
.PHONY: all-rcs just-rcs .PHONY: all-rcs just-rcs
all-rcs: just-rcs all-rcs: just-rcs
@ -1132,7 +1132,7 @@ install-rcs: install-grep install-diff force
else \ else \
true ; \ true ; \
fi fi
### gdbm ### gdbm
.PHONY: all-gdbm just-gdbm .PHONY: all-gdbm just-gdbm
all-gdbm: just-gdbm all-gdbm: just-gdbm
@ -1189,7 +1189,7 @@ install-gdbm: force
else \ else \
true ; \ true ; \
fi fi
### cvs ### cvs
.PHONY: all-cvs just-cvs .PHONY: all-cvs just-cvs
all-cvs: just-cvs just-rcs just-grep just-diff all-cvs: just-cvs just-rcs just-grep just-diff
@ -1246,7 +1246,7 @@ install-cvs: install-rcs install-gdbm force
else \ else \
true ; \ true ; \
fi fi
### emacs ### emacs
.PHONY: all-emacs just-emacs .PHONY: all-emacs just-emacs
all-emacs: just-emacs all-emacs: just-emacs
@ -1303,7 +1303,7 @@ install-emacs: install-rcs install-gdbm force
else \ else \
true ; \ true ; \
fi fi
### ispell ### ispell
.PHONY: all-ispell just-ispell .PHONY: all-ispell just-ispell
all-ispell: just-ispell all-ispell: just-ispell
@ -1360,7 +1360,7 @@ install-ispell: install-rcs install-gdbm force
else \ else \
true ; \ true ; \
fi fi
### flex ### flex
.PHONY: all-flex just-flex .PHONY: all-flex just-flex
all-flex: just-flex all-flex: just-flex
@ -1417,7 +1417,7 @@ install-flex: force
else \ else \
true ; \ true ; \
fi fi
### fileutils ### fileutils
.PHONY: all-fileutils just-fileutils .PHONY: all-fileutils just-fileutils
all-fileutils: just-fileutils all-fileutils: just-fileutils
@ -1483,17 +1483,16 @@ install-fileutils: force
else \ else \
true ; \ true ; \
fi fi
### libg++ ### libg++
.PHONY: all-libg++ just-libg++ .PHONY: all-libg++ just-libg++
all-libg++: just-libg++ all-libg++: just-libg++
# NOTE! We have added GXX= to the $(MAKE) line!!! Do not clone this one. # NOTE! We have added GXX= to the $(MAKE) line!!! Do not clone this one.
just-libg++: just-gcc force just-libg++: just-gcc force
if [ -d $(unsubdir)/libg++ ] ; then \ if [ -d $(unsubdir)/libg++ ] ; then \
MYGCC="`pwd`/gcc"; \
(cd $(unsubdir)/libg++$(subdir); \ (cd $(unsubdir)/libg++$(subdir); \
$(MAKE) \ $(MAKE) \
GXX="$(GCCDIR)/gcc -B$(GCCDIR)/" \ GXX=`cd $(unsubdir)/..$(subdir); pwd`"/gcc/gcc -B"`cd $(unsubdir)/..$(subdir);pwd`"/gcc/ -I"`cd $(unsubdir)/..$(subdir); pwd`/gcc/include \
"prefix=$(prefix)" \ "prefix=$(prefix)" \
"datadir=$(datadir)" \ "datadir=$(datadir)" \
"mandir=$(mandir)" \ "mandir=$(mandir)" \
@ -1552,7 +1551,7 @@ install-libg++: force
else \ else \
true ; \ true ; \
fi fi
### other supporting targets ### other supporting targets
# this is a bad hack. # this is a bad hack.
all.xclib: all.normal all.xclib: all.normal
@ -1713,7 +1712,7 @@ Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
# #
# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc # Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
DEVO_SUPPORT= README DOC.configure Makefile.in configure configure.in \ DEVO_SUPPORT= README cfg-paper.texi Makefile.in configure configure.in \
config.sub config config.sub config
GDB_SUPPORT_DIRS= bfd include libiberty readline glob GDB_SUPPORT_DIRS= bfd include libiberty readline glob
GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex