<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/features, branch 3.80</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.80</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.80'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2002-09-23T22:16:40Z</updated>
<entry>
<title>Fix a bug handling target/prerequisite names containing comment</title>
<updated>2002-09-23T22:16:40Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-09-23T22:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=ae003efd6114af0c9a8750034182b883183500a7'/>
<id>urn:sha1:ae003efd6114af0c9a8750034182b883183500a7</id>
<content type='text'>
characters.
</content>
</entry>
<entry>
<title>Fix a bug exporting/unexporting multiple variables in one command.</title>
<updated>2002-09-18T20:51:58Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-09-18T20:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=ebd05dbeb31dbc09c496d76e802d9b68bd848e9a'/>
<id>urn:sha1:ebd05dbeb31dbc09c496d76e802d9b68bd848e9a</id>
<content type='text'>
Update the text about reporting bugs.
</content>
</entry>
<entry>
<title>Fix bug #940 (from the Savannah bug tracker): make sure that target-</title>
<updated>2002-09-17T21:52:45Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-09-17T21:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=dac7b49de4b935db71d7b4257c6354f16fe41cfa'/>
<id>urn:sha1:dac7b49de4b935db71d7b4257c6354f16fe41cfa</id>
<content type='text'>
specific variables work correctly in conjunction with double-colon
targets.
</content>
</entry>
<entry>
<title>A few test bug fixes:</title>
<updated>2002-09-10T22:23:20Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-09-10T22:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=bc91c0b23f27cc80dda01c7494906523754dc650'/>
<id>urn:sha1:bc91c0b23f27cc80dda01c7494906523754dc650</id>
<content type='text'>
  * Never use "touch" in make rules; it breaks on most sub-second
    supporting systems.  Use echo "" &gt; $@ instead.
  * Forgot to close test makefiles before using them!

All the above worked fine on Linux but failed miserably on Solaris.
</content>
</entry>
<entry>
<title>Add support for broken SA_RESTART on PTX.</title>
<updated>2002-09-10T07:27:28Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-09-10T07:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=7ea029a07c02b9401cb3d88566eac41959b84c11'/>
<id>urn:sha1:7ea029a07c02b9401cb3d88566eac41959b84c11</id>
<content type='text'>
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
</content>
</entry>
<entry>
<title>Fix for complex situations where directories are declared as prerequisites.</title>
<updated>2002-09-04T07:26:19Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-09-04T07:26:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=988deb489b89889b97f82e3095d267d09ff7e7ab'/>
<id>urn:sha1:988deb489b89889b97f82e3095d267d09ff7e7ab</id>
<content type='text'>
Info on this fix from barkalow@reputation.com: thanks!

Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
</content>
</entry>
<entry>
<title>Documentation and tests for order-only prerequisites.</title>
<updated>2002-07-09T06:35:56Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-07-09T06:35:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=6c9a393f954805d49ab6c66957b46199ddd6e78e'/>
<id>urn:sha1:6c9a393f954805d49ab6c66957b46199ddd6e78e</id>
<content type='text'>
Add a new test suite for automatic variables.
</content>
</entry>
<entry>
<title>Various cleanups reported by people using the alpha release.</title>
<updated>2002-07-08T13:05:02Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-07-08T13:05:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=724925be2b9a48f7911ee6baa315b872bd86995c'/>
<id>urn:sha1:724925be2b9a48f7911ee6baa315b872bd86995c</id>
<content type='text'>
Incorporate "order-only" prerequisites patch.  Wrote a test for it.
The test shows what might be a bug in the code; I need to look at it
more closely (anyway it doesn't behave as I expected).  Also I haven't
done the docs yet.
</content>
</entry>
<entry>
<title>Some bug fixes and document updates.</title>
<updated>2001-01-21T06:49:11Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2001-01-21T06:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=8f2b1e2c7c1ced20354dcbcd08942256cf0dade0'/>
<id>urn:sha1:8f2b1e2c7c1ced20354dcbcd08942256cf0dade0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PR/1831.  See the ChangeLog.</title>
<updated>2000-08-21T06:18:35Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2000-08-21T06:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=8ddf04c6279395d29de8c4e2f853ddfcab560756'/>
<id>urn:sha1:8ddf04c6279395d29de8c4e2f853ddfcab560756</id>
<content type='text'>
</content>
</entry>
</feed>
