<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make/make.c, 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>2009-12-17T12:42:45Z</updated>
<entry>
<title>- Partially revert r200417.  config.h brings several definitions,</title>
<updated>2009-12-17T12:42:45Z</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-12-17T12:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ee23f5ee8be8bb517fcfb76e1a4078a765fb292'/>
<id>urn:sha1:4ee23f5ee8be8bb517fcfb76e1a4078a765fb292</id>
<content type='text'>
  that appears to be actually used.  Without config.h included
  cross-build of world failed (at least for ARM).
</content>
</entry>
<entry>
<title>Remove unnecessary includes.</title>
<updated>2009-12-11T23:20:02Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-11T23:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=512be259a7c6abdef6c680773772ca264c52e7f5'/>
<id>urn:sha1:512be259a7c6abdef6c680773772ca264c52e7f5</id>
<content type='text'>
Reviewed by:	rodrigc
</content>
</entry>
<entry>
<title>Avoid infinite loops when remaking makefiles not only</title>
<updated>2009-04-07T19:49:38Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2009-04-07T19:49:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2502d78e131493b8576ac79ff23aa1cf01f41c9'/>
<id>urn:sha1:c2502d78e131493b8576ac79ff23aa1cf01f41c9</id>
<content type='text'>
for Makefile targets but also for targets they depend on.
</content>
</entry>
<entry>
<title>Exit with error code 2 when run with -k (continue if errors) and build failed.</title>
<updated>2008-12-18T12:16:51Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2008-12-18T12:16:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8e17a098ef8bcfb7d52eeab27f46519953b8abb'/>
<id>urn:sha1:a8e17a098ef8bcfb7d52eeab27f46519953b8abb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve logging when -dm is specified: if the node is considered</title>
<updated>2007-04-20T06:33:25Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2007-04-20T06:33:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45352bae071f3006f6ab5c37203fa29357a9189e'/>
<id>urn:sha1:45352bae071f3006f6ab5c37203fa29357a9189e</id>
<content type='text'>
out-of-date print not only "modified before source" message
but also the path of youngest source.
</content>
</entry>
<entry>
<title>The caller of Var_Value() should not change the variable value. Make</title>
<updated>2005-05-24T16:05:51Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T16:05:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=527505d8cbe26492be0bf76829af1b616f254914'/>
<id>urn:sha1:527505d8cbe26492be0bf76829af1b616f254914</id>
<content type='text'>
this clear by constifying the return value.

Obtained from:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Get rid of the third argument to Var_Value() the pointer it pointed</title>
<updated>2005-05-24T15:58:35Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-24T15:58:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=19446efc0639b6032e39b88ba19fea91c62ee9d6'/>
<id>urn:sha1:19446efc0639b6032e39b88ba19fea91c62ee9d6</id>
<content type='text'>
to has always been set to NULL for some time now.

Obtained from:	DragonFlyBSD
</content>
</entry>
<entry>
<title>Move the definitions of the OP_* constants from make.h into GNode.h</title>
<updated>2005-05-10T14:27:04Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-05-10T14:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4aa6beaf6030be0d763801191627ad39882e161e'/>
<id>urn:sha1:4aa6beaf6030be0d763801191627ad39882e161e</id>
<content type='text'>
where they actually belong to. Move the definitions of the strings
for special macros like "$*" from make.h to parse.h - they're used
only in the parser.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt; (7.211)
</content>
</entry>
<entry>
<title>Style: indentation.</title>
<updated>2005-04-01T13:02:17Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-04-01T13:02:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bfcf27787ad2e549656788aa5ac5c16e14cfd540'/>
<id>urn:sha1:bfcf27787ad2e549656788aa5ac5c16e14cfd540</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code.</title>
<updated>2005-03-16T12:22:15Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-03-16T12:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2384179091907dcdb9682c4371a7e52ced3d85f'/>
<id>urn:sha1:a2384179091907dcdb9682c4371a7e52ced3d85f</id>
<content type='text'>
</content>
</entry>
</feed>
