<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make, branch release/5.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-15T14:27:21Z</updated>
<entry>
<title>Sync usage() with SYNOPSIS.</title>
<updated>2003-04-15T14:27:21Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-04-15T14:27:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa01047efc7919ff1e79a5fd022593cc928333de'/>
<id>urn:sha1:fa01047efc7919ff1e79a5fd022593cc928333de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No need to check to see if we're running a version of FreeBSD 3.0 current or</title>
<updated>2003-04-04T04:17:14Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-04-04T04:17:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d6fd8f041a5822634e53e591d7f97c7913b5d82'/>
<id>urn:sha1:9d6fd8f041a5822634e53e591d7f97c7913b5d82</id>
<content type='text'>
newer anymore.
</content>
</entry>
<entry>
<title>Remove another unused Makefile.</title>
<updated>2003-02-03T04:15:53Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2003-02-03T04:15:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=63b18a52113af9a17e190d405f4e8a623ed75cda'/>
<id>urn:sha1:63b18a52113af9a17e190d405f4e8a623ed75cda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the handling of non-anchored global substitutions of the empty</title>
<updated>2003-01-15T22:36:15Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-01-15T22:36:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7da1dd01e6ba959cab9b97480e2eacf16529fe60'/>
<id>urn:sha1:7da1dd01e6ba959cab9b97480e2eacf16529fe60</id>
<content type='text'>
string from a silent implicit non-global substitution to a non-silent
explicit fatal error. Archored substitutions are those containing '^'
or '$'.
The problem with changing the substitution to prevent an infinite
number of matches is that it doesn't provide the necessary feedback
to the user that there's a bug in the/a makefile. Reporting the bug
without making the condition fatal makes the feedback mostly useless
due to the way that make fails to prefix the error with program name,
makefile file name and line number information.
Note that global substitutions of the empty string anchored with '^'
(start of string) or '$' (end of string) do not cause an infinite
number of matches and are therefore not reported and hence are non-
fatal.

Suggested by: bde
Tested with: buildworld
</content>
</entry>
<entry>
<title>Prevent infinite substitution of the empty string by forcing non-</title>
<updated>2003-01-13T23:53:46Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-01-13T23:53:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=597b8f6add0f301afb48441645ec1d65fc73a372'/>
<id>urn:sha1:597b8f6add0f301afb48441645ec1d65fc73a372</id>
<content type='text'>
global substitution. In general it's a makefile bug to globally
substitute the empty string, but it's a bug in make(1) if a bug
in the makefile yields an infinite running time of make(1).

Not objected to by: arch@
</content>
</entry>
<entry>
<title>Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/</title>
<updated>2002-12-30T21:18:15Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-30T21:18:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d64ada501ae33c02e7c4e3ce21962907df814a5a'/>
<id>urn:sha1:d64ada501ae33c02e7c4e3ce21962907df814a5a</id>
<content type='text'>
Add FreeBSD Id tag where missing.
</content>
</entry>
<entry>
<title>Fixed the abuses of .Ql visible on stderr in troff mode.</title>
<updated>2002-12-23T16:04:51Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-23T16:04:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=463cfa804d745ed8c0dba4d3386073785a157ab9'/>
<id>urn:sha1:463cfa804d745ed8c0dba4d3386073785a157ab9</id>
<content type='text'>
PR:		docs/37176
</content>
</entry>
<entry>
<title>Check the return status of chdir() when using the -C option.</title>
<updated>2002-12-17T04:26:22Z</updated>
<author>
<name>Sean Chittenden</name>
<email>seanc@FreeBSD.org</email>
</author>
<published>2002-12-17T04:26:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=85994822dfe65cadeace905a82ad57258f12d35a'/>
<id>urn:sha1:85994822dfe65cadeace905a82ad57258f12d35a</id>
<content type='text'>
Reviewed by:	bright &amp;&amp; jmallet
MFC after:	1 day
</content>
</entry>
<entry>
<title>Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE.</title>
<updated>2002-12-01T13:38:25Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-01T13:38:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f80feb348f572ea03b8c6db3d134e223b77adc8'/>
<id>urn:sha1:9f80feb348f572ea03b8c6db3d134e223b77adc8</id>
<content type='text'>
Submitted by:	jmallett
Approved by:	re (bmah)
</content>
</entry>
<entry>
<title>Finish the fix in revision 1.39 -- make(1)'s behavior is now</title>
<updated>2002-11-28T12:47:56Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-28T12:47:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=43b92fef626c219f759af893429c2b275993c19a'/>
<id>urn:sha1:43b92fef626c219f759af893429c2b275993c19a</id>
<content type='text'>
"greedy" with respect to finding the dependency operators.

Approved by:	re
</content>
</entry>
</feed>
