<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/man/lib/Makefile, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
any fake value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed now unused INTERNALSTATICLIB.</title>
<updated>2002-05-13T11:09:07+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-13T11:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=46f8fdc34e061de76cb8dfa19872edcd2fe2c66b'/>
<id>46f8fdc34e061de76cb8dfa19872edcd2fe2c66b</id>
<content type='text'>
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use beforedepend to complicate and break things.  Just put</title>
<updated>1998-03-20T12:13:10+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-20T12:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=267af6a411356e76b07e9ebaecececf84cbdbb44'/>
<id>267af6a411356e76b07e9ebaecececf84cbdbb44</id>
<content type='text'>
generated source files in SRCS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generated source files in SRCS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed `make depend'.  The previous change reduced it to making only</title>
<updated>1997-04-25T20:20:21+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-04-25T20:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9d61f30f1fe1eac4e28c009ad0dcde9d63d9fdc'/>
<id>a9d61f30f1fe1eac4e28c009ad0dcde9d63d9fdc</id>
<content type='text'>
config.h (which isn't used directly).  Added a comment about the
indirect use of config.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
config.h (which isn't used directly).  Added a comment about the
indirect use of config.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make depend rely on config.h</title>
<updated>1997-04-11T05:17:25+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-04-11T05:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2f1dba3bffab74c21cb7ef4c96cc8912555c9fca'/>
<id>2f1dba3bffab74c21cb7ef4c96cc8912555c9fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bogus existence test related to searching for a nearby obj</title>
<updated>1997-04-10T16:04:43+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-04-10T16:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a57462e371d60aaeeffbc256e201be569006576'/>
<id>7a57462e371d60aaeeffbc256e201be569006576</id>
<content type='text'>
directory.  config.h is always in the current (= object) directory,
so don't search for it.

config.h is not a source for the library, so don't put it in SRCS and
don't make the library depend on it.

Don't put unused flags in CFLAGS.

Simplify using INTERNALLIB*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory.  config.h is always in the current (= object) directory,
so don't search for it.

config.h is not a source for the library, so don't put it in SRCS and
don't make the library depend on it.

Don't put unused flags in CFLAGS.

Simplify using INTERNALLIB*.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring in my changes for removing the pestilent obj links (unless you</title>
<updated>1996-06-24T04:26:21+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-24T04:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cd9a2f5c280b40222d21ca68b5b0962ff712d6cf'/>
<id>cd9a2f5c280b40222d21ca68b5b0962ff712d6cf</id>
<content type='text'>
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Makefile for make depend some more.  The .depend target was not</title>
<updated>1994-08-25T08:36:26+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-08-25T08:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e4d49cce308ce655e6b6c2a43bc93f64f37a564e'/>
<id>e4d49cce308ce655e6b6c2a43bc93f64f37a564e</id>
<content type='text'>
being created and config.h depended on Makefile.inc being in the wrong
directory so real dependencies were not being checked.  The "depend"
target was not created either so "make depend" always found work to do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
being created and config.h depended on Makefile.inc being in the wrong
directory so real dependencies were not being checked.  The "depend"
target was not created either so "make depend" always found work to do.
</pre>
</div>
</content>
</entry>
<entry>
<title>New manpage compression support.  Only one macro controls compression</title>
<updated>1994-03-05T13:48:38+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-03-05T13:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=21eb6c6e63ab44c5e615cdc8e283a0d359e61efa'/>
<id>21eb6c6e63ab44c5e615cdc8e283a0d359e61efa</id>
<content type='text'>
now, DO_COMPRESS.  This controls whether or not catpages are compressed or
not (on by default, since little else uses the catpages and those few things
that do can always configure in a `zmore' in place of more or something, and
saving space is more important, IMHO).

Uncompression support is now on by default since that's the only way to support
mixed-mode environments.  If you don't like it, just don't compress your man
pages and it won't be used! :-).  Supports gzip.  You can also compress
the man pages themselves (or gzip them) now and it will work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now, DO_COMPRESS.  This controls whether or not catpages are compressed or
not (on by default, since little else uses the catpages and those few things
that do can always configure in a `zmore' in place of more or something, and
saving space is more important, IMHO).

Uncompression support is now on by default since that's the only way to support
mixed-mode environments.  If you don't like it, just don't compress your man
pages and it won't be used! :-).  Supports gzip.  You can also compress
the man pages themselves (or gzip them) now and it will work.
</pre>
</div>
</content>
</entry>
</feed>
