<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/groff, branch release/3.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F3.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F3.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-05-24T16:47:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-05-24T16:47:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-05-24T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bff5b80e6cde3256fd760aec0882f8b9fa85b5ee'/>
<id>urn:sha1:bff5b80e6cde3256fd760aec0882f8b9fa85b5ee</id>
<content type='text'>
'RELENG_3_2_0_RELEASE'.

This commit was manufactured to restore the state of the 3.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Never generate neqn at install time (the previous fix for this was</title>
<updated>1998-04-19T13:25:54Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-04-19T13:25:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3b5ad50e7d3a6af71186292912c0bb8564602ce8'/>
<id>urn:sha1:3b5ad50e7d3a6af71186292912c0bb8564602ce8</id>
<content type='text'>
incomplete).
</content>
</entry>
<entry>
<title>Generate files at build time, not at install time.  This should be the</title>
<updated>1998-03-21T12:12:55Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-21T12:12:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71d8a2d21a1233b8e9d9d72581b86b14777bcb84'/>
<id>urn:sha1:71d8a2d21a1233b8e9d9d72581b86b14777bcb84</id>
<content type='text'>
last fix of this type.  Installing from a read-only object tree should
work now.

Install files using a single install command where this is easy; don't
use shell loops.

Don't use MANDEPEND to complicate things.
</content>
</entry>
<entry>
<title>Put generated source files in SRCS.  This fixes races generating</title>
<updated>1998-03-20T12:05:50Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-20T12:05:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e52ff61466040eb1c62031431da553304ed5bf25'/>
<id>urn:sha1:e52ff61466040eb1c62031431da553304ed5bf25</id>
<content type='text'>
the source files.  E.g., the stale version of locate.cc in the
source directory was sometimes used.  We didn't even use beforedepend.

Added temporary files to CLEANFILES.

Fixed some style bugs.
</content>
</entry>
<entry>
<title>Don't use beforedepend to complicate and break things.  Just put</title>
<updated>1998-03-20T12:04:59Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-20T12:04:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71ab679790b8fa86e0076f2bad2fca5081cb8275'/>
<id>urn:sha1:71ab679790b8fa86e0076f2bad2fca5081cb8275</id>
<content type='text'>
generated source files in SRCS.

Don't use MANDEPEND to complicate things.  Just put the generated
man page in CLEANFILES.

Partly fixed yacc header brokenness, as in ../eqn/Makefile.

Added temporary files to CLEANFILES.

Fixed some style bugs.
</content>
</entry>
<entry>
<title>Don't use beforedepend to complicate and break things.  Just put</title>
<updated>1998-03-20T12:03:53Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-20T12:03:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33c198cc5f9ac3bddf0eab1b1547c1f76bfb37af'/>
<id>urn:sha1:33c198cc5f9ac3bddf0eab1b1547c1f76bfb37af</id>
<content type='text'>
generated source files in SRCS.

Don't use MANDEPEND to complicate things.  Just set MAN1 and put
generated man pages in CLEANFILES.

Added temporary files to CLEANFILES.

Partly fixed a potentially fatal bug involving the yacc header.
We generate eqn.cc (even if there is a version of it in the source
directory older than eqn.y) and a matching eqn.tab.h, but only use
the possibly-non-matching eqn.tab.h in the source directory.  This
works because Cygnus's yacc happened to generate a y.tab.h identical
to the current generated one.  The correct version will be used
when the wrong version is deleted from the source tree.  Kludge to
get the header generated early enough.  Yacc headers are mishandled
everywhere they are renamed (and used).

Generate neqn at build time, not at install time.

Fixed some style bugs.
</content>
</entry>
<entry>
<title>Removed bogus -I path.  The correct path is in all subdir Makefiles</title>
<updated>1998-03-20T11:08:52Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-20T11:08:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0a15f333f3a113665b67e30c12940fcfa2bb9c5'/>
<id>urn:sha1:c0a15f333f3a113665b67e30c12940fcfa2bb9c5</id>
<content type='text'>
where it matters.
</content>
</entry>
<entry>
<title>Don't create an unused obj directory.</title>
<updated>1998-02-20T11:18:57Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-02-20T11:18:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5eb0d8db1c51943dbb1c7dd7407be14993dc2ee'/>
<id>urn:sha1:e5eb0d8db1c51943dbb1c7dd7407be14993dc2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use BINOWN, etc. instead of bin, etc. so that (this part of)</title>
<updated>1997-12-17T12:04:53Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-12-17T12:04:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45c9cb5439ab894d2d336a261de5b1004f24eeb9'/>
<id>urn:sha1:45c9cb5439ab894d2d336a261de5b1004f24eeb9</id>
<content type='text'>
`BINOWN=... make world' can be run by users other than root.
</content>
</entry>
</feed>
