summaryrefslogtreecommitdiff
path: root/mk/scripts.mk
Commit message (Collapse)AuthorAge
* Drop rc_sys definition from build systemWilliam Hubbs2012-02-20
|
* WhitespaceChristian Ruppert2012-01-22
|
* Use pattern rules instead of suffix rulesWilliam Hubbs2011-10-29
| | | | | | 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.
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* allow default rc_sys value to be set at build timeWilliam Hubbs2011-03-05
| | | | | | | | | | | This allows the default value of rc_sys to be set when openrc is compiled. This will allow openrc to be installed, e.g. on vserver guests and will allow them to be rebooted without the need to edit rc.conf. This patch is a combined effort between myself and Robin Johnson. X-Gentoo-Bug: 357247 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357247
* use immediate evaluation for shell callsWilliam Hubbs2011-01-31
| | | | | | | | 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
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
| | | | | | | | OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Go back to gitRoy Marples2009-04-30
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* We need to ensure that the init script started is correct, translating ↵Roy Marples2008-04-29
| | | | symlinks. This has a new rule - multiplexed services must exist in the same dir as the master sript. So we need to ensuret that net.lo(0) is the real script and not a symlink itself. This fixes Gentoo #219526.
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* use $CP and $SED instead of cp and sedRoy Marples2008-03-26
|
* DIR should be prefixed already.Roy Marples2008-03-25
|
* Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples2008-03-25
| | | | it easier to share init and conf files per OS.
* setup a bit of a test frameworkMike Frysinger2008-03-24
|
* add check/test rulesMike Frysinger2008-03-24
|
* Tweak install.Roy Marples2008-03-20
|
* Add missing .mksRoy Marples2008-03-19
|
* Add tunable SYSCONFDIRRoy Marples2008-03-05
|
* Ignore fixes.Roy Marples2008-03-03
|
* Add a gitignore make target.Roy Marples2008-03-03
|
* Use exlicit make targets, not directory contents.Roy Marples2008-03-03
|
* Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
|
* Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples2008-02-27
|
* Specify install modes for all our files.Roy Marples2008-01-30
|
* script install should build objectsRoy Marples2008-01-13
|
* Change lib name during make, not install.Roy Marples2008-01-13
|
* Add sys.mkRoy Marples2008-01-11
|
* NetBSD doesn't include /lib in its link path, so we need to add it as an RPATH.Roy Marples2008-01-11
|
* Use a specific default terminal for rcRoy Marples2008-01-11
|
* Allow OS to define default package locations.Roy Marples2008-01-11
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
keeping BSD for all BSD's.