<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/openrc.git/mk/lib.mk, branch github/refactor</title>
<subtitle>[no description]</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/atom?h=github%2Frefactor'/>
<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>Add MKSTATICLIBS switch</title>
<updated>2011-11-18T14:55:30Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-11-18T00:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=9a3d6c76009a58746d42d54c284058725131a854'/>
<id>urn:sha1:9a3d6c76009a58746d42d54c284058725131a854</id>
<content type='text'>
The MKSTATICLIBS switch, which defaults to yes, controls whether or not
static libraries are built and installed.

Reported-by: Agostino Sarubbo &lt;ago@autistici.org&gt;
x-Gentoo-Bug: 378267
x-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=378267
</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>remove hard coded directory paths from link flags</title>
<updated>2011-04-01T22:32:12Z</updated>
<author>
<name>William Hubbs</name>
<email>williamh@gentoo.org</email>
</author>
<published>2011-04-01T22:32:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/openrc.git/commit/?id=67640d2d97623cb3ddc6753a719eadd790c4fec9'/>
<id>urn:sha1:67640d2d97623cb3ddc6753a719eadd790c4fec9</id>
<content type='text'>
Currently, we do not see a reason for these, and it causes an issue for
cross compilation.

X-Gentoo-Bug: 361465
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=361465
</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>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>
