<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests, 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>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='https://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='https://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='https://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='https://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='https://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>Set up for running tests on VMS.</title>
<updated>2014-10-20T05:23:47Z</updated>
<author>
<name>John Malmberg</name>
<email>wb8tyw@qsl.net</email>
</author>
<published>2014-10-07T02:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=e75662bc6a96571f041bdad799eb557ff580135c'/>
<id>urn:sha1:e75662bc6a96571f041bdad799eb557ff580135c</id>
<content type='text'>
* run_make_tests.pl: set $port_type to be 'VMS-DCL' when the test are
run from the VMS DCL Interpreter.  When the tests are run from GNV
on VMS, the $port_type will be 'UNIX'.
* run_make_tests.com: VMS search list support.  This is needed for
using a search list such as prj_root = lcl_root:,vms_root:,src_root:
for building and testing.
</content>
</entry>
<entry>
<title>Update Copyright statements for 2014.</title>
<updated>2014-09-30T13:32:42Z</updated>
<author>
<name>Paul Smith</name>
<email>psmith@gnu.org</email>
</author>
<published>2014-09-30T12:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=0a3a0756b987e2f7f06322de746c3da5fef4c9ed'/>
<id>urn:sha1:0a3a0756b987e2f7f06322de746c3da5fef4c9ed</id>
<content type='text'>
</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='https://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='https://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>* config_flags_pm.com, [RENAMED test_make.com] run_make_tests.com:</title>
<updated>2014-09-07T21:30:37Z</updated>
<author>
<name>Hartmut Becker</name>
<email>becker.ismaning@freenet.de</email>
</author>
<published>2014-08-18T21:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/gunmake/commit/?id=579ee85941538b69226af55790d1c96811e2cc91'/>
<id>urn:sha1:579ee85941538b69226af55790d1c96811e2cc91</id>
<content type='text'>
Moved into tests directory.
</content>
</entry>
</feed>
