<feed xmlns='http://www.w3.org/2005/Atom'>
<title>make.old, branch sunmake</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/make.old/atom?h=sunmake</id>
<link rel='self' href='https://git.osdyson.ru/make.old/atom?h=sunmake'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/'/>
<updated>2012-11-20T15:17:22Z</updated>
<entry>
<title>Eat trailing spaces in sun mode</title>
<updated>2012-11-20T15:17:22Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-11-20T15:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=e8e7d57b87e09493a2bb6e2dc7f6d729b85bad5e'/>
<id>urn:sha1:e8e7d57b87e09493a2bb6e2dc7f6d729b85bad5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added tests for .WAIT</title>
<updated>2012-08-31T13:02:36Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-31T13:02:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=0c56ea458f9be59827e6aa7649bd72e8001517aa'/>
<id>urn:sha1:0c56ea458f9be59827e6aa7649bd72e8001517aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore ? before command in SunOS mode</title>
<updated>2012-08-31T12:58:06Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-31T12:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=8ad6f235ac29176b65e850cca7d9dc022d75a477'/>
<id>urn:sha1:8ad6f235ac29176b65e850cca7d9dc022d75a477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SunOS make always use second expansion</title>
<updated>2012-08-30T17:43:44Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-30T17:43:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=65eebcab0066b7fead1aeae2e61099c1ee159f16'/>
<id>urn:sha1:65eebcab0066b7fead1aeae2e61099c1ee159f16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented .WAIT</title>
<updated>2012-08-30T17:41:25Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-30T15:23:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=3dd41854570e913c6d233fa5429f39160ceaa1ec'/>
<id>urn:sha1:3dd41854570e913c6d233fa5429f39160ceaa1ec</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>Define $(MAKE) to include --sun option</title>
<updated>2012-08-30T17:41:25Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-30T15:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=833969768022daa38d55a7dac53fc9f79681d4aa'/>
<id>urn:sha1:833969768022daa38d55a7dac53fc9f79681d4aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added tests</title>
<updated>2012-08-27T10:57:48Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-27T10:57:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=7e5d564ee6dde2ad6f0ef75bff613120cac2c82c'/>
<id>urn:sha1:7e5d564ee6dde2ad6f0ef75bff613120cac2c82c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for SunOS make target-specific variables</title>
<updated>2012-08-26T15:28:17Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-26T15:28:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=e45c395fa121803a759525516f0d06678d1218d2'/>
<id>urn:sha1:e45c395fa121803a759525516f0d06678d1218d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Option --sun to enable syntax and features of SunOS make</title>
<updated>2012-08-26T15:26:54Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-26T15:26:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=36d4ab0184f839487aedcf7f1230ff09b696abe0'/>
<id>urn:sha1:36d4ab0184f839487aedcf7f1230ff09b696abe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported GNU Make 3.81</title>
<updated>2012-08-26T15:24:46Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2012-08-26T15:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/make.old/commit/?id=e46c9ea201b4bad8f4c6d19ee6dfb3537bc9facd'/>
<id>urn:sha1:e46c9ea201b4bad8f4c6d19ee6dfb3537bc9facd</id>
<content type='text'>
</content>
</entry>
</feed>
