<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/options, branch master</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2014-05-01T13:51:04Z</updated>
<entry>
<title>[SV 42249] Propagate correct rule status results.</title>
<updated>2014-05-01T13:51:04Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-05-01T13:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0faa98a0bbf05d63f9385de9d66d1707257ab437'/>
<id>urn:sha1:0faa98a0bbf05d63f9385de9d66d1707257ab437</id>
<content type='text'>
* remake.c (update_file, update_file_1, check_dep): Return an enum
  update_status value instead of an int, and keep the highest value we
  find as we walk the graph so that the ultimate status is correct.
* tests/scripts/options/dash-q: Add a test for updating prerequisites.
</content>
</entry>
<entry>
<title>Rename dash-w to print-directory.</title>
<updated>2013-09-23T15:24:51Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-23T15:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=e8122ecb5d726e8b805a7854f844d9a4222f1564'/>
<id>urn:sha1:e8122ecb5d726e8b805a7854f844d9a4222f1564</id>
<content type='text'>
Avoid conflicts with dash-W on case-insensitive filesystems.
</content>
</entry>
<entry>
<title>Don't write "Entering" every time we re-exec for remake makefiles.</title>
<updated>2013-09-21T18:24:44Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-19T05:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4120f91846f781ead7350f86c9614a19824450f5'/>
<id>urn:sha1:4120f91846f781ead7350f86c9614a19824450f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 39203] Don't set MAKEFLAGS when restarting.</title>
<updated>2013-09-15T17:30:21Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-09-15T17:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0a81d50d66565fd3e930fadaadc4a5cb9381d840'/>
<id>urn:sha1:0a81d50d66565fd3e930fadaadc4a5cb9381d840</id>
<content type='text'>
We are restarting with the original command line flags, so if we set
MAKEFLAGS as well that will cause double flags.
</content>
</entry>
<entry>
<title>Fix regression tests after MAKEFLAGS enhancements.</title>
<updated>2013-05-22T11:51:46Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-05-22T11:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=8ab3564a711dd3753fb6ad35f16717b01ce830b7'/>
<id>urn:sha1:8ab3564a711dd3753fb6ad35f16717b01ce830b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV #38051] Recover all MAKEFLAGS after makefile rebuild step is complete.</title>
<updated>2013-01-13T17:21:01Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-01-13T17:21:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=686a74bfb2a624d6e85b6343f30815c976931704'/>
<id>urn:sha1:686a74bfb2a624d6e85b6343f30815c976931704</id>
<content type='text'>
Patch suggested by Frank Heckenbach &lt;f.heckenbach@fh-soft.de&gt;.
</content>
</entry>
<entry>
<title>Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.</title>
<updated>2012-03-04T00:24:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2012-03-04T00:24:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=23c2b99e9d23e726ede9442728272616e66d416f'/>
<id>urn:sha1:23c2b99e9d23e726ede9442728272616e66d416f</id>
<content type='text'>
Fixes Savannah bug #34530.
</content>
</entry>
<entry>
<title>Ensure that -n takes precedence over -t.</title>
<updated>2011-09-02T05:37:54Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2011-09-02T05:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=9a9f83e8b52a3923efc6b4cf8c8f444773a30953'/>
<id>urn:sha1:9a9f83e8b52a3923efc6b4cf8c8f444773a30953</id>
<content type='text'>
Patch from Michael Witten &lt;mfwitten@gmail.com&gt;
</content>
</entry>
<entry>
<title>Bump the version to 3.82.90.</title>
<updated>2010-08-29T23:05:26Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2010-08-29T23:05:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a86d1693bac05e04f90a2ee3c4fa3547c788377c'/>
<id>urn:sha1:a86d1693bac05e04f90a2ee3c4fa3547c788377c</id>
<content type='text'>
Fix some doc bugs.
Implement the --trace flag.
Show filename/linenumber on error.
</content>
</entry>
<entry>
<title>New command line option:  --eval=STRING will cause STRING to be</title>
<updated>2009-10-25T00:46:52Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-10-25T00:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4e51b6d9a4eb7eef2272551d55d8abaadd5f01e3'/>
<id>urn:sha1:4e51b6d9a4eb7eef2272551d55d8abaadd5f01e3</id>
<content type='text'>
evaluated as a makefile statement before the first makefile is
read.
</content>
</entry>
</feed>
