summaryrefslogtreecommitdiff
path: root/mk
Commit message (Collapse)AuthorAge
* 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.
* We shouldn't use -L/libRoy Marples2009-05-02
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Go back to gitRoy Marples2009-04-30
|
* Remove .depend before creating it.Roy Marples2009-04-24
|
* Add snapshot and snap targetsRoy Marples2009-01-12
|
* Fix dist for svnRoy Marples2008-12-07
|
* make ignore now updates svn:ignore as different OS's have different targets.Roy Marples2008-12-04
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* Really fix .dependRoy Marples2008-10-20
|
* Enable use of .depend on gmake. Also, generate extra dependencies for our ↵Roy Marples2008-10-20
| | | | shared libraries.
* Compile with FreeBSD 6.x makeRoy Marples2008-10-15
|
* Use better CFLAGS - some new warnings will need to be fixed.Roy Marples2008-09-18
|
* Use CPPFLAGS so we work with -combine in CFLAGS.Roy Marples2008-06-19
|
* 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.
* Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples2008-03-28
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* No more need for SUBOSRoy Marples2008-03-26
|
* use $CP and $SED instead of cp and sedRoy Marples2008-03-26
|
* Fix some more prefix stuff.Roy Marples2008-03-26
|
* Fix mandir install.Roy Marples2008-03-25
|
* Allow MANPREFIX to work.Roy Marples2008-03-25
|
* 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.
* Add debug.mkRoy Marples2008-03-24
|
* setup a bit of a test frameworkMike Frysinger2008-03-24
|
* add check/test rulesMike Frysinger2008-03-24
|
* Tweak install.Roy Marples2008-03-20
|
* Fix building on Linux.Roy Marples2008-03-19
|
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
|
* Add missing .mksRoy Marples2008-03-19
|
* Rejig the build system a little so we have per ok defs per system. Probably ↵Roy Marples2008-03-19
| | | | easier in the long run.
* Add tunable SYSCONFDIRRoy Marples2008-03-05
|
* Fix multilib.Roy Marples2008-03-04
|
* Fix ignore files some more.Roy Marples2008-03-03
|
* 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
|
* If build in a prefix, define the system as prefix.Roy Marples2008-03-02
|
* Fix installing into PREFIX.Roy Marples2008-03-01
|
* 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
|
* Support the PCC compiler.Roy Marples2008-02-20
|
* Sanify the default cc flags.Roy Marples2008-02-20
|
* Fix compile warnings.Roy Marples2008-02-19
|
* Fix CSTD.Roy Marples2008-02-19
|
* Default to using C99 standard.Roy Marples2008-02-19
|