<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/make/make.c, branch release/7.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-05-01T02:51:58Z</updated>
<entry>
<title>Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.</title>
<updated>2009-05-01T02:51:58Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-05-01T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b205d83df7763ca1f099bce5ac12a05862a626c4'/>
<id>urn:sha1:b205d83df7763ca1f099bce5ac12a05862a626c4</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2009-03-24T00:07:17Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2009-03-24T00:07:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d7447c402b02036a8dc33b01a21a89f84ab8a931'/>
<id>urn:sha1:d7447c402b02036a8dc33b01a21a89f84ab8a931</id>
<content type='text'>
r187475: Remove inlining of functions that are used mostly in different
	 object files.  This lets use to remove NO_WERROR.
r186558: Consistently use Var_SetGlobal().
r186713: Add the -Q be-quiet flag for parallel jobs.
r186279: Exit with error code 2 when run with -k (continue if errors)
	 and build failed.
r186559: Add the ability to tweak the token output before targets in job mode.
r181021: Add POSIX -p flag to make(1).
r186502: Clarify the behaviour of conditionals when dealing with comparisons.
</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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/commit/?id=a2384179091907dcdb9682c4371a7e52ced3d85f'/>
<id>urn:sha1:a2384179091907dcdb9682c4371a7e52ced3d85f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>General whitespace cleanup: remove mixes of tabs and spaces, remove</title>
<updated>2005-02-04T12:38:57Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-04T12:38:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ce8c7083f4390d5373b6c4c2808e9d5f3cb5c61e'/>
<id>urn:sha1:ce8c7083f4390d5373b6c4c2808e9d5f3cb5c61e</id>
<content type='text'>
space after function names, remove spaces on emtpy lines.

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
<entry>
<title>Clean up include files and file including. Split nonints.h into pieces</title>
<updated>2005-02-01T10:50:37Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2005-02-01T10:50:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a2029bac2130f8d12b0c3bfa5fca898e12e29a9'/>
<id>urn:sha1:7a2029bac2130f8d12b0c3bfa5fca898e12e29a9</id>
<content type='text'>
that get included just where they are needed. All headers include the
headers that they need to compile (just with an empty .c file). Sort
includes alphabetically where apropriate and fix some duplicate commenting
for struct Job, struct GNode and struct Shell by removing one version and
inlining the comments into the structure declaration (the comments have been
somewhat outdated).

This patch does not contain functional changes (checked with md5).

Submitted by:	Max Okumoto &lt;okumoto@ucsd.edu&gt;
</content>
</entry>
</feed>
