aboutsummaryrefslogtreecommitdiff
path: root/mk/scripts.mk
AgeCommit message (Collapse)Author
2008-04-29We need to ensure that the init script started is correct, translating ↵Roy Marples
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.
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-26use $CP and $SED instead of cp and sedRoy Marples
2008-03-25DIR should be prefixed already.Roy Marples
2008-03-25Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples
it easier to share init and conf files per OS.
2008-03-24setup a bit of a test frameworkMike Frysinger
2008-03-24add check/test rulesMike Frysinger
2008-03-20Tweak install.Roy Marples
2008-03-19Add missing .mksRoy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03Ignore fixes.Roy Marples
2008-03-03Add a gitignore make target.Roy Marples
2008-03-03Use exlicit make targets, not directory contents.Roy Marples
2008-03-03Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples
2008-03-02Ensure that our scripts call prefixed runscript.Roy Marples
2008-02-28Support the use of PREFIX and PKG_PREFIX.Roy Marples
2008-02-27Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples
2008-01-30Specify install modes for all our files.Roy Marples
2008-01-13script install should build objectsRoy Marples
2008-01-13Change lib name during make, not install.Roy Marples
2008-01-11Add sys.mkRoy Marples
2008-01-11NetBSD doesn't include /lib in its link path, so we need to add it as an RPATH.Roy Marples
2008-01-11Use a specific default terminal for rcRoy Marples
2008-01-11Allow OS to define default package locations.Roy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples
keeping BSD for all BSD's.