<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/misc/general4, 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>2009-06-10T02:21:09Z</updated>
<entry>
<title>- Fix Savannah bug #19108</title>
<updated>2009-06-10T02:21:09Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-06-10T02:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=c8840352acf40443a70ea3748130cee055154492'/>
<id>urn:sha1:c8840352acf40443a70ea3748130cee055154492</id>
<content type='text'>
- Fix Savannah bug #17752
- Test suite:
  * When tests fail keep a "run" file containing the command invoked.
  * Support for the Valgrind "memcheck" and "massif" tools.
</content>
</entry>
<entry>
<title>- Add forgotten variable/define test suite</title>
<updated>2009-06-05T01:17:29Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2009-06-05T01:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=71385e12250ea56ddb2186f22a3f741684562ac5'/>
<id>urn:sha1:71385e12250ea56ddb2186f22a3f741684562ac5</id>
<content type='text'>
- Skip initial whitespace including formfeeds, vertical tab, etc.
- Add tests for that
- Fix the variable/SHELL test; it was wrong!
</content>
</entry>
<entry>
<title>Extend .SECONDEXPANSION to implicit rules.  Final fix for bug #13781.</title>
<updated>2005-12-11T15:41:17Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-12-11T15:41:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=3bcb608bdab1d3d24251548aac8bc33fc2fdad66'/>
<id>urn:sha1:3bcb608bdab1d3d24251548aac8bc33fc2fdad66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a crash I introduced last-minute.</title>
<updated>2005-10-26T16:06:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-10-26T16:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=82103b1a49394a7063f8cddfc89f759ddf847de9'/>
<id>urn:sha1:82103b1a49394a7063f8cddfc89f759ddf847de9</id>
<content type='text'>
Try to avoid extraneous rebuilds of template files.
</content>
</entry>
<entry>
<title>Make second expansion optional (partial implementation).</title>
<updated>2005-10-24T13:01:39Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-10-24T13:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=11095a90f120545c915c92b8ebf48f04723d1837'/>
<id>urn:sha1:11095a90f120545c915c92b8ebf48f04723d1837</id>
<content type='text'>
I decided this feature was too impacting to make the permanent default
behavior.  This set of changes makes the default behavior of make the
old behavior (no second expansion).  If you want second expansion, you
must define the .SECONDEXPANSION: special target before the first target
that needs it.

This set of changes ONLY fixes explicit and static pattern rules to work
like this.  Implicit rules still have second expansion enabled all the
time: I'll work on that next.

Note that there is still a backward-incompatibility: now to get the old
SysV behavior using $$@ etc. in the prerequisites list you need to set
.SECONDEXPANSION: as well.
</content>
</entry>
<entry>
<title>* New feature: -L option</title>
<updated>2005-02-28T07:48:22Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-02-28T07:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=d2516343bc5c105543b22eed3b073a8a4e14a659'/>
<id>urn:sha1:d2516343bc5c105543b22eed3b073a8a4e14a659</id>
<content type='text'>
* New function: $(info ...)
* Disallow $(eval ...) to create prereq relationships inside command scripts
  (caused core dumps)
* Try to allow more tests to succeed in Windows/DOS by sanitizing CRLF and \
* Various bug fixes and code cleanups (see the ChangeLog entry)
</content>
</entry>
<entry>
<title>Implementation of the second expansion in explicit</title>
<updated>2005-02-27T21:40:23Z</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@kolpackov.net</email>
</author>
<published>2005-02-27T21:40:23Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=659fc6b55e28740c74d66dbe3bda765d1004a12e'/>
<id>urn:sha1:659fc6b55e28740c74d66dbe3bda765d1004a12e</id>
<content type='text'>
rules, static pattern rules and implicit rules.
</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>
</feed>
