<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/features, branch master</title>
<subtitle>GNU make with more features of SunOS make</subtitle>
<id>http://git.pashev.ru/gunmake/atom?h=master</id>
<link rel='self' href='http://git.pashev.ru/gunmake/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/'/>
<updated>2015-03-24T19:52:20Z</updated>
<entry>
<title>Implemented .WAIT</title>
<updated>2015-03-24T19:52:20Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2015-03-24T19:30:52Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=f312d23f4598097b56883d95d598dc4b502498b7'/>
<id>urn:sha1:f312d23f4598097b56883d95d598dc4b502498b7</id>
<content type='text'>
Based on this patch:
http://lists.gnu.org/archive/html/help-make/2005-04/msg00091.html

Test file (wait.mk):
simple: 1 .WAIT 2
    @echo $@
1:
    @sleep 2; echo $@
2:
    @echo $@

run:
./make --sun -f wait.mk -j50 simple
Output:
1
2
simple
</content>
</entry>
<entry>
<title>Eat trailing spaces in sun mode</title>
<updated>2015-03-24T19:06:35Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2015-03-24T19:06:35Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=5e4b4e1c1142a747fa1ba6286639b4d82d80f4ce'/>
<id>urn:sha1:5e4b4e1c1142a747fa1ba6286639b4d82d80f4ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support SunOS make target-specific variables</title>
<updated>2015-03-24T18:34:59Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2015-03-24T18:29:00Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=036ccd8efa9ca16734b8baf4cc022eacb5d78576'/>
<id>urn:sha1:036ccd8efa9ca16734b8baf4cc022eacb5d78576</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* tests/scripts/features/archives: [SV 43405] override AR variable.</title>
<updated>2014-10-20T05:45:09Z</updated>
<author>
<name>Benedikt Morbach</name>
<email>benedikt.morbach@googlemail.com</email>
</author>
<published>2014-10-12T08:11:17Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=3c487e7ed54bcfe9c83cb4cbb66549c5d42692fe'/>
<id>urn:sha1:3c487e7ed54bcfe9c83cb4cbb66549c5d42692fe</id>
<content type='text'>
Copyright-paperwork-exempt: yes
</content>
</entry>
<entry>
<title>[SV 41758]: Fix archive support for VMS.</title>
<updated>2014-10-20T05:31:42Z</updated>
<author>
<name>John Malmberg</name>
<email>wb8tyw@qsl.net</email>
</author>
<published>2014-09-12T03:39:34Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=18eb093f569812e832a0fedcf867c85be1ae45c6'/>
<id>urn:sha1:18eb093f569812e832a0fedcf867c85be1ae45c6</id>
<content type='text'>
Upated to match change to run_make_tests and some future fixes to
make on VMS.

* arscan.c: Use ANSI compatible pragmas instead of VAX C extensions.
* tests/scripts/features/archives: Fix tests to use VMS rules and
answers when running on VMS and using DCL as a shell.
* tests/scripts/features/vpath3: Fix epected answer on test when
run on VMS.
* tests/scripts/vms/library: (New) Test the VMS library rules that
are not tested by existing tests.
</content>
</entry>
<entry>
<title>* tests/scripts/features/load: Avoid unused variable warnings.</title>
<updated>2014-09-30T13:32:41Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-09-30T13:31:39Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=3712e8a81913932d5daead046fa483de291ec502'/>
<id>urn:sha1:3712e8a81913932d5daead046fa483de291ec502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* tests/config-flags.pm.in, tests/scripts/features/archives: [SV 43046]</title>
<updated>2014-09-08T00:14:26Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-09-08T00:12:12Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=621e9edfe9ac4ad20ce297787fa308b032b3fa8e'/>
<id>urn:sha1:621e9edfe9ac4ad20ce297787fa308b032b3fa8e</id>
<content type='text'>
Use the "ar" program detected by configure when running the test suite.
</content>
</entry>
<entry>
<title>* main.c (die): Close output_context AND make_sync.</title>
<updated>2014-01-12T15:54:29Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-01-11T21:10:02Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=9c8b68a905871882905fad6ca72c499a98bc2513'/>
<id>urn:sha1:9c8b68a905871882905fad6ca72c499a98bc2513</id>
<content type='text'>
die() can be invoked inside a separate output_context, if the
$(error ...) function is expanded as part of a recipe.
</content>
</entry>
<entry>
<title>* features/loadapi (test_expand): Allocate memory for the nul byte.</title>
<updated>2013-11-24T09:08:30Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-11-24T09:08:30Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=f5f5adb62cd8ea3d96e79b86f9e6fe8ada397b45'/>
<id>urn:sha1:f5f5adb62cd8ea3d96e79b86f9e6fe8ada397b45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SV 40240] Use configure info to build load test shared libs</title>
<updated>2013-10-19T19:39:15Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2013-10-19T19:39:15Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/gunmake/commit/?id=107ab16bf6f0bb912aab2d72e019f20e11a03aba'/>
<id>urn:sha1:107ab16bf6f0bb912aab2d72e019f20e11a03aba</id>
<content type='text'>
* tests/config-flags.pm.in: A new file containing variable assignments
for the test suite; these variables are set by configure to contain
the values detected there for compilers, flags, etc.
* tests/run_make_tests.pl: Require the config-flags.pm file
* tests/scripts/features/load, tests/scripts/features/loadapi: Use the
configure-provided values when building the shared test library.
* configure.ac: Replace tests/config-flags.pm.in
* Makefile.am: Make sure tests/config-flags.pm is up to date
</content>
</entry>
</feed>
