<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/mk/prog.mk, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/'/>
<updated>2015-12-21T18:16:06Z</updated>
<entry>
<title>Convert OpenRC to a centralized copyright/license structure</title>
<updated>2015-12-21T18:16:06Z</updated>
<author>
<name>William Hubbs</name>
<email>w.d.hubbs@gmail.com</email>
</author>
<published>2015-12-04T22:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=000503fad72e4eb2ef956a24df358be84b2a9493'/>
<id>urn:sha1:000503fad72e4eb2ef956a24df358be84b2a9493</id>
<content type='text'>
In the past, OpenRC was a hybrid of a centralized and file-scope
license/copyright structure.

I followed the instructions from the Software Freedom Law Center [1] to
convert to a Centralized structure where possible, for easier future
maintenance.

[1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
</content>
</entry>
<entry>
<title>Prioritize local includes and libraries</title>
<updated>2015-01-24T19:48:53Z</updated>
<author>
<name>Will Miles</name>
<email>wmiles@sgl.com</email>
</author>
<published>2015-01-22T14:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=3f80f22e22ec16ed517397fd303c3df99f9340fc'/>
<id>urn:sha1:3f80f22e22ec16ed517397fd303c3df99f9340fc</id>
<content type='text'>
This fixes #35.
</content>
</entry>
<entry>
<title>Use pattern rules instead of suffix rules</title>
<updated>2011-10-29T14:43:24Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-10-28T16:14:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=5066d40ac83fc9036843d670dbf816955b9f40a3'/>
<id>urn:sha1:5066d40ac83fc9036843d670dbf816955b9f40a3</id>
<content type='text'>
Rework the makefiles to use pattern rules instead of suffix rules.
This is the preferred way to write implicit rules according to the gnu
make manual.
</content>
</entry>
<entry>
<title>drop useless "All rights reserved" notice</title>
<updated>2011-06-29T23:46:31Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-06-29T23:46:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=d0bc4f20adfe4392639ddda6721850fdc74ea123'/>
<id>urn:sha1:d0bc4f20adfe4392639ddda6721850fdc74ea123</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>use immediate evaluation for shell calls</title>
<updated>2011-01-31T20:05:57Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-01-29T23:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=cca7e9f7e1143f3405bc90ff8e2176d82ab491ef'/>
<id>urn:sha1:cca7e9f7e1143f3405bc90ff8e2176d82ab491ef</id>
<content type='text'>
This reworks the shell calls in the makefiles to use immediate
evaluation and should improve parallel building.

X-Gentoo-Bug: 289264
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264
</content>
</entry>
<entry>
<title>bug #351622: Use CFLAGS during linking.</title>
<updated>2011-01-14T22:40:58Z</updated>
<author>
<name>Nathan Phillip Brink</name>
<email>ohnobinki@ohnopublishing.net</email>
</author>
<published>2011-01-14T02:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=a534b623b95ea8ee1cb788e60810a7efcc8dd5fb'/>
<id>urn:sha1:a534b623b95ea8ee1cb788e60810a7efcc8dd5fb</id>
<content type='text'>
Fix compilation on portage-multilib.
</content>
</entry>
<entry>
<title>We shouldn't use -L/lib</title>
<updated>2009-05-02T17:29:00Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-02T17:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=e575b33047d501d96bb42679dcd709b9c3bee265'/>
<id>urn:sha1:e575b33047d501d96bb42679dcd709b9c3bee265</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add (c) to Copyright</title>
<updated>2009-05-01T14:11:40Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-05-01T14:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=658a22063820b6f3ebbae13e54bd98df529a6eef'/>
<id>urn:sha1:658a22063820b6f3ebbae13e54bd98df529a6eef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Go back to git</title>
<updated>2009-04-30T14:05:39Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2009-04-30T14:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=b70501ef452e896b1164290e3575ef7d89926f07'/>
<id>urn:sha1:b70501ef452e896b1164290e3575ef7d89926f07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make ignore now configures the sv:ignore property.</title>
<updated>2008-12-04T12:38:23Z</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2008-12-04T12:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=38e6c9ba5c584dfbf20f98eace464595405e1c88'/>
<id>urn:sha1:38e6c9ba5c584dfbf20f98eace464595405e1c88</id>
<content type='text'>
</content>
</entry>
</feed>
