<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/make/for.c, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-09-08T08:23:29Z</updated>
<entry>
<title>Command line variables take precedence over global variables.</title>
<updated>2003-09-08T08:23:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-08T08:23:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=04a398293c8b100742adc47284a8ea15d406e671'/>
<id>urn:sha1:04a398293c8b100742adc47284a8ea15d406e671</id>
<content type='text'>
Make this true in the .for loops too.  The following fragment,

	FOO=	foo bar

	all:
	.for f in ${FOO}
		@echo ${f}
	.endfor

when run as "make FOO=xxx" should print "xxx".  (OpenBSD had
this bug fixed for some time.)
</content>
</entry>
<entry>
<title>Convert make(1) to use ANSI style function declarations.  Variable</title>
<updated>2002-10-09T03:42:10Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-10-09T03:42:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4526ed6ffb47e16844e942555ad0fab102401734'/>
<id>urn:sha1:4526ed6ffb47e16844e942555ad0fab102401734</id>
<content type='text'>
documentation already adequatedly existed in the description in most
cases.  Where it did not, it was added.  If no documentation existed
beforehand, then none was added.  Some unused dummies for use in the
traversal functions were marked as __unused during the conversion.
Occasionally, local style fixes were applied to lines already being
modified or influenced.

Now make(1) should always build with WARNS=3.
</content>
</entry>
<entry>
<title>Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which</title>
<updated>2002-09-18T16:13:03Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-09-18T16:13:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2dbb6cf1cb59a2b30f8dc6dddd20bf110b0b49a8'/>
<id>urn:sha1:2dbb6cf1cb59a2b30f8dc6dddd20bf110b0b49a8</id>
<content type='text'>
is merely printf() but to stderr.  This takes care of the caveat which lead
to the use of a vararg macro -- getting everything to stderr.
</content>
</entry>
<entry>
<title>Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using</title>
<updated>2002-09-17T22:31:26Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-09-17T22:31:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cdba64071cada4caf017884bc3ca7eba76c05e18'/>
<id>urn:sha1:cdba64071cada4caf017884bc3ca7eba76c05e18</id>
<content type='text'>
variable length arguments to a macro.  Bump version as this makes DEBUG
statements *always* go to stderr rather than sometimes stdout.  There are
a few stragglers, which I will take care of as soon as I can.  Mostly these
relate to the need-for-death-of some of the remote job code.

Nearby stylistic nits and XXX added/fixed where appropriate.
</content>
</entry>
<entry>
<title>#define&lt;space&gt; -&gt; #define&lt;tab&gt;</title>
<updated>2002-09-17T21:29:06Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-09-17T21:29:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=37721c830937200b9e0c48230cdd69d1bdf4ec69'/>
<id>urn:sha1:37721c830937200b9e0c48230cdd69d1bdf4ec69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix copyrights, and undo SCS ID damage.</title>
<updated>2002-04-13T10:57:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-13T10:57:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9b24805230a3188cc043ba69f976facab732ccbd'/>
<id>urn:sha1:9b24805230a3188cc043ba69f976facab732ccbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update SCM ID method.</title>
<updated>2002-04-13T10:17:18Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-13T10:17:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4d1f4209a6f1215508baf0a410cf733e71a9e0de'/>
<id>urn:sha1:4d1f4209a6f1215508baf0a410cf733e71a9e0de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:33:25Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:33:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d3cb5ded92a4fcf21400c9742ca884549bebc99e'/>
<id>urn:sha1:d3cb5ded92a4fcf21400c9742ca884549bebc99e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There's also no point in #typedef'ing void/char pointers.  Accordingly,</title>
<updated>2000-12-02T20:24:42Z</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2000-12-02T20:24:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1a1a8c93241a8c083decbcf08e779c6900e44016'/>
<id>urn:sha1:1a1a8c93241a8c083decbcf08e779c6900e44016</id>
<content type='text'>
rip out ClientData/Address pointers and use standard types.

Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>Use __RCSID()</title>
<updated>2000-07-09T02:54:54Z</updated>
<author>
<name>Wilfredo Sanchez</name>
<email>wsanchez@FreeBSD.org</email>
</author>
<published>2000-07-09T02:54:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=023944f43548759a1e09154c95d20c692bb77666'/>
<id>urn:sha1:023944f43548759a1e09154c95d20c692bb77666</id>
<content type='text'>
</content>
</entry>
</feed>
