<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/Makefile, branch release/9.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-01-02T10:27:05Z</updated>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
<entry>
<title>Remove inlining of functions that are used mostly in different object files.</title>
<updated>2009-01-20T17:15:12Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@FreeBSD.org</email>
</author>
<published>2009-01-20T17:15:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f8760e331c29aa69bf7c9d455762ab4fdf510b2'/>
<id>urn:sha1:3f8760e331c29aa69bf7c9d455762ab4fdf510b2</id>
<content type='text'>
This gets rid of gnu89 style inlining. Also silence gcc by assigning two
variables NULL. This lets use to remove NO_WERROR.

Approved by:	kib (mentor)
Approved by:	harti
</content>
</entry>
<entry>
<title>No need to tell make to DTRT with "make love", just do it.</title>
<updated>2008-03-04T22:32:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2008-03-04T22:32:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e3730a90c4b9ac3628e2d9290f026b15b7027664'/>
<id>urn:sha1:e3730a90c4b9ac3628e2d9290f026b15b7027664</id>
<content type='text'>
Also remove the 2002/08/31 bootstrapping aid for upgrades from
year old (mid-2001) systems.
</content>
</entry>
<entry>
<title>So, what's it supposed to say when you type "make love"?</title>
<updated>2006-05-11T18:08:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-05-11T18:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e967a0b4e45f90c214083d6a0d8ba8e919ee6b8'/>
<id>urn:sha1:1e967a0b4e45f90c214083d6a0d8ba8e919ee6b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Please ship the pointy hat to its home position.</title>
<updated>2005-09-26T22:07:59Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-09-26T22:07:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1b56a319fe8beb8c5bfc95f2a4428045a124dadd'/>
<id>urn:sha1:1b56a319fe8beb8c5bfc95f2a4428045a124dadd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update coordinates for "mph" hash generator now that it lives in ports.</title>
<updated>2005-09-26T20:34:21Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-09-26T20:34:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c711b5fe88374ae1e73239c6eed0cce57aeb4b83'/>
<id>urn:sha1:c711b5fe88374ae1e73239c6eed0cce57aeb4b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a .sinclude directive which does the exact same as .include, except</title>
<updated>2005-09-26T20:31:00Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-09-26T20:31:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2e5ee2bfacc0e6f26fbb8ab6ee08621482ed5348'/>
<id>urn:sha1:2e5ee2bfacc0e6f26fbb8ab6ee08621482ed5348</id>
<content type='text'>
whine when the file cannot be found and opened.
</content>
</entry>
<entry>
<title>Document why there is a dependency of certain object files from the</title>
<updated>2005-05-25T08:46:31Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-25T08:46:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=691a610b4d8c0ff026c96e0d907750ebbf15c044'/>
<id>urn:sha1:691a610b4d8c0ff026c96e0d907750ebbf15c044</id>
<content type='text'>
Makefile.

Requested by:	ru
</content>
</entry>
<entry>
<title>Make shell.o dependend on the Makefile just in case someone changes</title>
<updated>2005-05-24T15:48:10Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T15:48:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cda79e49356151fb7fcd2008aa27c962df433b56'/>
<id>urn:sha1:cda79e49356151fb7fcd2008aa27c962df433b56</id>
<content type='text'>
the default shell in the Makefile.
</content>
</entry>
<entry>
<title>Bump the warning level to 6.</title>
<updated>2005-05-24T15:46:50Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T15:46:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=066694bd51d86e4ae05f23c9822f1c85448e1df1'/>
<id>urn:sha1:066694bd51d86e4ae05f23c9822f1c85448e1df1</id>
<content type='text'>
</content>
</entry>
</feed>
