<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/doc, branch 3.99.93</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.99.93</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.99.93'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2013-09-29T17:15:00Z</updated>
<entry>
<title>Reset GNUMAKEFLAGS after parsing.</title>
<updated>2013-09-29T17:15:00Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-29T17:15:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=543521cd475e7182e30a17bd032b9fe2bb740bcb'/>
<id>urn:sha1:543521cd475e7182e30a17bd032b9fe2bb740bcb</id>
<content type='text'>
If we don't do this we'll continually add flags on recursion.  This
is mainly for users to set in their environment before invoking make.
</content>
</entry>
<entry>
<title>Allow loaded objects to opt out of the "auto-rebuild" feature.</title>
<updated>2013-09-22T21:10:35Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-22T16:13:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0296e40fc73d88b33e78899f95ef7b6c1a957d06'/>
<id>urn:sha1:0296e40fc73d88b33e78899f95ef7b6c1a957d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 31326] Enhance the info on static pattern errors.</title>
<updated>2013-09-15T21:53:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-15T21:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=20ecc58126c87effd0ace934e647d74c0107792a'/>
<id>urn:sha1:20ecc58126c87effd0ace934e647d74c0107792a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 35248] Add --debug "n" flag to turn off current debug options.</title>
<updated>2013-09-15T01:01:10Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-15T01:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3aa2aa7e82ac4c74df298f381c8d1d280cff852e'/>
<id>urn:sha1:3aa2aa7e82ac4c74df298f381c8d1d280cff852e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhance the output sync mode.</title>
<updated>2013-09-12T08:07:52Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-12T08:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=deff9dacc97cc20015d3018992f2c77cb7fab102'/>
<id>urn:sha1:deff9dacc97cc20015d3018992f2c77cb7fab102</id>
<content type='text'>
Create a new file, output.c, and collect functions that generate output there.
We introduce a new global context specifying where output should go (to stdout
or to a sync file), and the lowest level output generator chooses where to
write output based on that context.

This allows us to set the context globally, and all operations that write
output (including functions like $(info ...) etc.) will use it.

Removed the "--trace=dir" capability.  It was too confusing.  If you have
directory tracking enabled then output sync will print the enter/leave message
for each synchronized block.  If you don't want that, disable directory
tracking.
</content>
</entry>
<entry>
<title>Update copyright for changes in 2013.</title>
<updated>2013-05-17T05:47:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-17T05:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5370238316ee4284fe058a9c298a5734d2686678'/>
<id>urn:sha1:5370238316ee4284fe058a9c298a5734d2686678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add requirement for plugin_is_GPL_compatible symbol in loaded objects.</title>
<updated>2013-05-15T02:53:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-15T02:53:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c21c1455fdfc6e87d75941f48841c72903e1e0f4'/>
<id>urn:sha1:c21c1455fdfc6e87d75941f48841c72903e1e0f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new variable: GNUMAKEFLAGS</title>
<updated>2013-05-13T06:48:18Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-13T06:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c7732bd5add31b38fea113c9ab4ad4d97a0870c7'/>
<id>urn:sha1:c7732bd5add31b38fea113c9ab4ad4d97a0870c7</id>
<content type='text'>
This allows you to write portable makefiles that set GNU make-specific command
line options in the environment or makefile: add them to GNUMAKEFLAGS instead
of MAKEFLAGS and they will be seen by GNU make but ignored by other
implementations of make.
</content>
</entry>
<entry>
<title>Add new --trace[=MODE] flags, with --trace=dir</title>
<updated>2013-05-13T05:30:24Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-13T05:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=381baeef7aa4f2c8758a9910ebb97af46c0dd7eb'/>
<id>urn:sha1:381baeef7aa4f2c8758a9910ebb97af46c0dd7eb</id>
<content type='text'>
This mode replaces the previous heuristic setting enabled with -O, where we
would log directory enter/leave for each synchronized output.  Now we only
do that if --trace=dir is given.
</content>
</entry>
<entry>
<title>doc/make.texi (Loaded Object Example): Add a note about building</title>
<updated>2013-05-06T17:16:40Z</updated>
<author>
<name>Eli Zaretskii</name>
<email>eliz@gnu.org</email>
</author>
<published>2013-05-06T17:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a668c520b2aa80aef8eb6c71c7507e48e111a2ae'/>
<id>urn:sha1:a668c520b2aa80aef8eb6c71c7507e48e111a2ae</id>
<content type='text'>
 shared objects on MS-Windows.
</content>
</entry>
</feed>
