<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/mk/bsd.lib.mk, branch release/7.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>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

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

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Added MK_INSTALLLIB support and fixed usr.bin/lex/lib/Makefile</title>
<updated>2007-10-23T15:41:34+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2007-10-23T15:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9939260597d96c1a04fc83aaab5ab7b08b9d5373'/>
<id>9939260597d96c1a04fc83aaab5ab7b08b9d5373</id>
<content type='text'>
in case of installing with WITHOUT_INSTALLLIB (e.g. in nanobsd(8)).

PR:		bin/114200
Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in case of installing with WITHOUT_INSTALLLIB (e.g. in nanobsd(8)).

PR:		bin/114200
Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Style: remove redundant parentheses.</title>
<updated>2007-05-21T09:01:23+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2007-05-21T09:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dc9f26d3c339ca2bd8587d4b6c9f246c9e0c498f'/>
<id>dc9f26d3c339ca2bd8587d4b6c9f246c9e0c498f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable symbol versioning by default.  Use WITHOUT_SYMVER to disable it.</title>
<updated>2007-05-13T14:12:40+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-05-13T14:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=00fb440c1a145b56b6c75fd405d80071aef2aab1'/>
<id>00fb440c1a145b56b6c75fd405d80071aef2aab1</id>
<content type='text'>
Warning, after symbol versioning is enabled, going back is not easy
(use WITHOUT_SYMVER at your own risk).

Change the default thread library to libthr.

There most likely still needs to be a version bump for at least the
thread libraries.  If necessary, this will happen later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warning, after symbol versioning is enabled, going back is not easy
(use WITHOUT_SYMVER at your own risk).

Change the default thread library to libthr.

There most likely still needs to be a version bump for at least the
thread libraries.  If necessary, this will happen later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out Version.map generation code from bsd.lib.mk into a</title>
<updated>2007-04-03T18:56:05+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-04-03T18:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2da4e4706d3b8f6460f7c5d8b48aab00e7cf3954'/>
<id>2da4e4706d3b8f6460f7c5d8b48aab00e7cf3954</id>
<content type='text'>
separate bsd.symver.mk file. Include bsd.symver.mk in bsd.lib.mk
to maintain the status quo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
separate bsd.symver.mk file. Include bsd.symver.mk in bsd.lib.mk
to maintain the status quo.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Don't pass an empty ``NM='' to lorder(1) when NM is unset.</title>
<updated>2006-10-25T09:43:38+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-10-25T09:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1340597def1dc5f03ffc35136b5bb844ab7cec06'/>
<id>1340597def1dc5f03ffc35136b5bb844ab7cec06</id>
<content type='text'>
- Don't redundantly use "env".
- Protect NM value with quotes, just in case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Don't redundantly use "env".
- Protect NM value with quotes, just in case.
</pre>
</div>
</content>
</entry>
<entry>
<title>When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy</title>
<updated>2006-09-13T23:27:21+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2006-09-13T23:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e2e1ab1c942ecdf0228e01068eeb58aeac9ca9b2'/>
<id>e2e1ab1c942ecdf0228e01068eeb58aeac9ca9b2</id>
<content type='text'>
to see "warning: unused variable `foo'".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to see "warning: unused variable `foo'".
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a knob for compiling the tree -DNDEBUG.  This turns off all the</title>
<updated>2006-09-11T05:35:57+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-09-11T05:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4df1f59e8f2f4078f1f9eea17a40c335294a7f4b'/>
<id>4df1f59e8f2f4078f1f9eea17a40c335294a7f4b</id>
<content type='text'>
asserts and makes binaries smaller.  The binaries also become
repeatable again.  As it was, without this md5's of binaries built
with different paths differed.

# Where do I document this?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
asserts and makes binaries smaller.  The binaries also become
repeatable again.  As it was, without this md5's of binaries built
with different paths differed.

# Where do I document this?
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass whatever the value of NM down to lorder.  This allows one to</title>
<updated>2006-08-25T23:50:05+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-08-25T23:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b608b4520b971b2f4552fe32e46203234f147f13'/>
<id>b608b4520b971b2f4552fe32e46203234f147f13</id>
<content type='text'>
override NM in Makefiles when, for example, cross compiling and have
that value be used by lorder.  NM normally isn't defined, so we pass a
null value to lorder.  lorder says 'NM=${NM-nm}' which causes it to
pickup the default value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
override NM in Makefiles when, for example, cross compiling and have
that value be used by lorder.  NM normally isn't defined, so we pass a
null value to lorder.  lorder says 'NM=${NM-nm}' which causes it to
pickup the default value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add proper dependencies for the version map, and make sure 'make clean'</title>
<updated>2006-03-23T20:37:04+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2006-03-23T20:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=add47b9589aac081cce4ea8e8973db4e173800d3'/>
<id>add47b9589aac081cce4ea8e8973db4e173800d3</id>
<content type='text'>
removes it if it was generated.

Reviewed by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removes it if it was generated.

Reviewed by:	ru
</pre>
</div>
</content>
</entry>
</feed>
