aboutsummaryrefslogtreecommitdiff
path: root/src/rc/Makefile
AgeCommit message (Expand)Author
2015-01-24Prioritize local includes and librariesWill Miles
2014-12-05rename git.mk to gitver.mkWilliam Hubbs
2014-07-19src/rc/Makefile: typo fixWilliam Hubbs
2014-07-16Rename SELinux source filesWilliam Hubbs
2014-07-16checkpath: restore the SELinux contextJason Zaman
2013-12-29Rename runscript to openrc-runWilliam Hubbs
2013-12-12Rename the rc binary to openrcWilliam Hubbs
2013-10-21Revert "Make einfo routines private"William Hubbs
2013-09-26Make einfo routines privateWilliam Hubbs
2013-05-02Add service appletWilliam Hubbs
2013-05-01fix the build for non-selinux systemsWilliam Hubbs
2011-05-28cc.mk: move debug.mk out of end MakefilesMike Frysinger
2011-02-07fix symlink targetWilliam Hubbs
2011-02-04rework pam, ncurses and termcap include filesWilliam Hubbs
2011-01-31selinux: replace symlinks with wrapper scriptsChris Richards
2009-10-16Regenerate version.h if necessaryRoy Marples
2009-10-13Add new utility and init script swclock that sets the system time based onRoy Marples
2009-10-08Add pkg-config support, fixes #187.Roy Marples
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
2009-05-01Fix git versioningRoy Marples
2009-04-30Brand with git version instead of svnRoy Marples
2009-04-18Move status to runscript.sh so init scripts can override it, #159Roy Marples
2009-01-14Fix locale with svnversion, #140 thanks to Matthias Schwarzott.Roy Marples
2009-01-02Make _SVNVER_SH more readable.Roy Marples
2009-01-02Fix version for releases.Roy Marples
2008-12-04If we're building from subversion, brand the binary as such.Roy Marples
2008-10-30We should show hotplugged services, needed services and manually started serv...Roy Marples
2008-07-27Attempt to make s-s-d simpler by not enforcing the need for a full path and m...Roy Marples
2008-06-19Use CPPFLAGS so we work with -combine in CFLAGS.Roy Marples
2008-06-03Add the ewaitfile function so init scripts can wait until sockts are created,...Roy Marples
2008-05-13Install symlinks correctly, thanks to zlin.Roy Marples
2008-03-28Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples
2008-03-24Fix debug support to work without gmake and bundle -ggdb in properly.Roy Marples
2008-03-24add check/test rulesMike Frysinger
2008-03-22add support for automatic gdb launching when RC_DEBUG is defined to 1 to ease...Mike Frysinger
2008-03-22add local rpaths if in the git treeMike Frysinger
2008-03-21Add --list to rc-service to list all available services.Roy Marples
2008-03-19Add rc-service and update all softlevel refs to runlevel.Roy Marples
2008-03-19Rejig the build system a little so we have per ok defs per system. Probably e...Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-03-11Remove debug LDFLAGSRoy Marples
2008-03-11Add a --mount command to fstabinfo so it can mount specific mount points, as ...Roy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03Add a gitignore make target.Roy Marples
2008-02-28Support the use of PREFIX and PKG_PREFIX.Roy Marples
2008-02-02Fix compile against old lib.sRoy Marples
2008-01-30Ensure that we use our default CFLAGS if none set.Roy Marples
2008-01-30Specify install modes for all our files.Roy Marples
2008-01-14Put the applets into rc-applet.c so that rc.c is easier to manage.Roy Marples
2008-01-14partial revert of previous commit -- the rpath stuff was meant to be kept loc...Mike Frysinger