<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gunmake/tests/scripts/features/sun-wait, 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>
</feed>
