<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/variables, 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-10T22:23:20Z</updated>
<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>Incorporate some VMS fixes.</title>
<updated>2002-08-08T00:11:19Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-08-08T00:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=f2ceb0d68aa780e57641e50d972fac3b6e70bd58'/>
<id>urn:sha1:f2ceb0d68aa780e57641e50d972fac3b6e70bd58</id>
<content type='text'>
Add -B option docs.
Add .VARIABLES variable.
Add a few new tests.
Add a new translation: Swedish
</content>
</entry>
<entry>
<title>Implement SysV-style $$@ support.  I looked at E.Parmelan's patch but</title>
<updated>2002-07-10T12:59:07Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-07-10T12:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=4d72c4c11e3aff65e9bb36e5fcf75f088b140049'/>
<id>urn:sha1:4d72c4c11e3aff65e9bb36e5fcf75f088b140049</id>
<content type='text'>
decided to implement this a different way, and didn't use it.
</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>Major updates in preparation for 3.80.</title>
<updated>2002-07-08T02:26:47Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2002-07-08T02:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=8572d6adf04d397505770b0b0d5cfd91cf6a92a8'/>
<id>urn:sha1:8572d6adf04d397505770b0b0d5cfd91cf6a92a8</id>
<content type='text'>
New version of the manual, put into the doc subdir.
Enhancements: $(eval ...) and $(value ...) functions, various bug
fixes, etc.  See the ChangeLog.
More to come.
</content>
</entry>
<entry>
<title>Some VMS fixes sent by John Fowler.</title>
<updated>2001-05-21T06:16:00Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2001-05-21T06:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=5d582d4ba06495a95854c45828399f7edfe51a50'/>
<id>urn:sha1:5d582d4ba06495a95854c45828399f7edfe51a50</id>
<content type='text'>
Fix: make flags on some lines of define/endef don't affect other lines
</content>
</entry>
<entry>
<title>* Fix PR/1394.</title>
<updated>1999-10-15T07:00:58Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-10-15T07:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3e26bde6dbc9a8a46d5a1a694e6810e689cbd25a'/>
<id>urn:sha1:3e26bde6dbc9a8a46d5a1a694e6810e689cbd25a</id>
<content type='text'>
* Apply changes from Paul Eggert.
* Many other cleanups (index/rindex --&gt; strchr/strrchr, etc.)
</content>
</entry>
<entry>
<title>* A few script fixes and updates for 3.78.</title>
<updated>1999-09-17T03:15:37Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-09-17T03:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=a63f51340b540074dd98bfc7201e2221c5671d28'/>
<id>urn:sha1:a63f51340b540074dd98bfc7201e2221c5671d28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Added the test suite to the main distribution.</title>
<updated>1999-09-14T02:03:19Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>1999-09-14T02:03:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0d366b668244112846554c42045ff1d9956276ed'/>
<id>urn:sha1:0d366b668244112846554c42045ff1d9956276ed</id>
<content type='text'>
</content>
</entry>
</feed>
