<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/misc, branch 3.81</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>https://git.pashev.ru/gunmake/atom?h=3.81</id>
<link rel='self' href='https://git.pashev.ru/gunmake/atom?h=3.81'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/'/>
<updated>2005-12-11T15:41:17Z</updated>
<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>Fix Savannah bug # 1332: handle backslash-newline pairs in command scripts</title>
<updated>2005-06-26T03:31:29Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-06-26T03:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=d6a7894d3a6bdb45def58b2fdfb0629233f4f38b'/>
<id>urn:sha1:d6a7894d3a6bdb45def58b2fdfb0629233f4f38b</id>
<content type='text'>
according to POSIX rules.
</content>
</entry>
<entry>
<title>Fix Savannah bug #1454: skip over semicolons (and comments) inside variable</title>
<updated>2005-06-25T21:30:13Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-06-25T21:30:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=6cdaff0948bbec3220d5cb071f79d5f2e1c9b083'/>
<id>urn:sha1:6cdaff0948bbec3220d5cb071f79d5f2e1c9b083</id>
<content type='text'>
references in target definition lines.
</content>
</entry>
<entry>
<title>Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we</title>
<updated>2005-06-12T22:22:07Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2005-06-12T22:22:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=467115baae38eba41b3800b4e0e84afb7f3ec99b'/>
<id>urn:sha1:467115baae38eba41b3800b4e0e84afb7f3ec99b</id>
<content type='text'>
check for this and exit with an error.
The closeout.c version from gnulib pulls in too much other stuff, and
gnulib requires an ANSI C 89 compliant compiler, while GNU make (so far)
still wants to work on K&amp;R.
</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>
<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>
</feed>
