<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/groff/Makefile.dev, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1997-10-21T01:56:05Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-10-21T01:56:05Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-10-21T01:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=14d01796b1ab61a57dbd60da66d8dac699a0a2e7'/>
<id>urn:sha1:14d01796b1ab61a57dbd60da66d8dac699a0a2e7</id>
<content type='text'>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>DISTDIR is a reserved variable for make release</title>
<updated>1996-09-09T18:05:29Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-09-09T18:05:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6b34a5e0fd763fe87c9af9c3572a366dda2e9b8'/>
<id>urn:sha1:b6b34a5e0fd763fe87c9af9c3572a366dda2e9b8</id>
<content type='text'>
s/DISTDIR/DIST_DIR/g
</content>
</entry>
<entry>
<title>...long live groff</title>
<updated>1996-09-08T01:27:58Z</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1996-09-08T01:27:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f7c160386ae87d0904503f093e42d98be562d9e9'/>
<id>urn:sha1:f7c160386ae87d0904503f093e42d98be562d9e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Groff is dead...</title>
<updated>1996-09-08T01:09:04Z</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1996-09-08T01:09:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8f36f3496772a01ab3b0b973fdcf87c81c5166d'/>
<id>urn:sha1:c8f36f3496772a01ab3b0b973fdcf87c81c5166d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove private maninstall target.  It will conflict with the one in</title>
<updated>1995-10-21T16:26:38Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-10-21T16:26:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=02b537bd23b9c31d24f6e08e7612162347a082d1'/>
<id>urn:sha1:02b537bd23b9c31d24f6e08e7612162347a082d1</id>
<content type='text'>
bsd.man.mk when I change the latter to use `::' instead of `:'
dependencies.  (bsd.man.mk is included because NOMAN isn't defined.
The maninstall target is supposed to be private to bsd.man.mk so
bsd.man.mk doesn't bother testing if it is already defined.  The
test for redefinition in Makefile.dev was too early to do anything.)

Change install target to a beforeinstall target (perhaps there should
be an `extrainstall' target so that Makefiles don't have to abuse
one of beforeinstall, install, realinstall or afterinstall).  Don't
bother testing for the install target already being defined.  Rewrite
the shell loop as a make loop (this reduces the time for installing
groff from 78s to 65s here).
</content>
</entry>
<entry>
<title>Change `install' to `${INSTALL}' so that default install flags can be</title>
<updated>1995-07-25T00:37:58Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-07-25T00:37:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9c0dc173cc77c4480ea66866d12021bb609b5deb'/>
<id>urn:sha1:9c0dc173cc77c4480ea66866d12021bb609b5deb</id>
<content type='text'>
specified in the top level Makefiles.
</content>
</entry>
<entry>
<title>Look for files to install first in the object directory, then in the</title>
<updated>1995-02-02T17:44:02Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-02-02T17:44:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc3c30d9be2ee65feddd69e89eaafcf8940350f2'/>
<id>urn:sha1:dc3c30d9be2ee65feddd69e89eaafcf8940350f2</id>
<content type='text'>
source directory.

Don't create target directories at install time.  mtree already handles
them correctly.
</content>
</entry>
<entry>
<title>Makefile.dev:</title>
<updated>1995-01-25T19:19:03Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-01-25T19:19:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49da4dfc8d9c22d0dbf03a30623ec1fb5736f3d5'/>
<id>urn:sha1:49da4dfc8d9c22d0dbf03a30623ec1fb5736f3d5</id>
<content type='text'>
Don't initialize CLEANFILES here.  Many FONTFILES are sources and required
special clean rules to avoid cleaning.

Makefile.tty:
Initialize CLEANFILES.  All tty FONTFILES are objects.
</content>
</entry>
<entry>
<title>One last one...</title>
<updated>1995-01-15T09:12:29Z</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1995-01-15T09:12:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f6d30a46ad9c8d902db724c32767876bbc84bd0'/>
<id>urn:sha1:4f6d30a46ad9c8d902db724c32767876bbc84bd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Layer in all FreeBSD patches</title>
<updated>1995-01-15T08:30:25Z</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1995-01-15T08:30:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26444f93678c20b4bf1239e4401b8e344df93f3d'/>
<id>urn:sha1:26444f93678c20b4bf1239e4401b8e344df93f3d</id>
<content type='text'>
</content>
</entry>
</feed>
