Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-21 | Convert OpenRC to a centralized copyright/license structure | William Hubbs | |
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 | |||
2015-01-24 | Prioritize local includes and libraries | Will Miles | |
This fixes #35. | |||
2011-10-29 | Use pattern rules instead of suffix rules | William Hubbs | |
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. | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-31 | use immediate evaluation for shell calls | William Hubbs | |
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 | |||
2011-01-14 | bug #351622: Use CFLAGS during linking. | Nathan Phillip Brink | |
Fix compilation on portage-multilib. | |||
2009-05-02 | We shouldn't use -L/lib | Roy Marples | |
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-30 | Go back to git | Roy Marples | |
2008-12-04 | make ignore now configures the sv:ignore property. | Roy Marples | |
2008-10-20 | Enable use of .depend on gmake. Also, generate extra dependencies for our ↵ | Roy Marples | |
shared libraries. | |||
2008-06-19 | Use CPPFLAGS so we work with -combine in CFLAGS. | Roy Marples | |
2008-03-26 | Add license blurb to a few files and append my email to my name. | Roy Marples | |
2008-03-19 | Rejig the build system a little so we have per ok defs per system. Probably ↵ | Roy Marples | |
easier in the long run. | |||
2008-03-03 | Add a gitignore make target. | Roy Marples | |
2008-03-02 | If build in a prefix, define the system as prefix. | Roy Marples | |
2008-02-20 | Support the PCC compiler. | Roy Marples | |
2008-01-18 | Fix pmake requiring some output here. | Roy Marples | |
2008-01-11 | Ensure we link against libraries in /lib instead of anywhere else and always ↵ | Roy Marples | |
use the linker in /libexec instead of anywhere else. | |||
2008-01-11 | Fix rpathness on NetBSD again. | Roy Marples | |
2008-01-11 | Remove non standard -R option. | Roy Marples | |
2008-01-11 | NetBSD doesn't include /lib in its link path, so we need to add it as an RPATH. | Roy Marples | |
2008-01-11 | Add sys.mk to define system locations. | Roy Marples | |
2008-01-10 | Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵ | Roy Marples | |
keeping BSD for all BSD's. |