Age | Commit message (Collapse) | Author |
|
This allows the "make dist" target to be used as well as the github
archive generation.
|
|
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
|
|
|
|
The dist target now creates an archive based on the version setting.
This makes it possible to create an archive identical to the ones github
generates once the release is tagged.
|
|
|
|
The git log command understands dates such as "1 year ago", so there is
no need to use the date command.
|
|
This was added by request because some users are requesting a ChangeLog.
This fixes #29.
|
|
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
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
|
|
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|