freebsd-dev/gnu/usr.bin/cc/doc/Makefile
Peter Wemm a1b588fd3f Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1!
(the old cc has been tagged with "gcc_2_6_3_final" so we have a reference
 point in case of unforseen disasters...)

This has the objc backend active, and I think I've managed to get the
f77 f2c support through in one piece, but I don't know fortran to test it.

A 'make world' change and libobjc commit will follow.

If you normally do 'make -DNOCLEAN world', do not do so this time, I know
it can fail with groff.

This version of gcc makes a **LOT** more warnings on our kernel.
1996-09-19 15:53:53 +00:00

14 lines
271 B
Makefile

# $Id$
INFO = gcc cpp reno gxxint
gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \
tm.texi
reno.info: reno.texi templates.texi gpcompare.texi
.include "../Makefile.inc"
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
.include <bsd.info.mk>