Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-24 | Prioritize local includes and libraries | Will Miles | |
This fixes #35. | |||
2013-10-21 | Revert "Make einfo routines private" | William Hubbs | |
This reverts commit de88aff0a839844526ae262f8961ec4372fed238. I was advised that splashutils links to libeinfo, so we do have a consumer for this library. | |||
2013-09-26 | Make einfo routines private | William Hubbs | |
The libeinfo library has no consumers other than OpenRC, so there is no reason for it to be maintained as a library. The einfo routines are now an object that links with the rc binary. | |||
2011-05-28 | cc.mk: move debug.mk out of end Makefiles | Mike Frysinger | |
Since we always want debug.mk whenever we include cc.mk, move the include out of the Makefiles and into cc.mk itself. This also fixes an include order bug in rc/Makefile where debug.mk is included before cc.mk and breaks the default CFLAGS setup in cc.mk. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-02-04 | rework pam, ncurses and termcap include files | William Hubbs | |
This allows error checking inside the included files instead of either including the appropriate file or a blank file. Also the blank file named .mk gets removed by this change. | |||
2008-06-19 | Use CPPFLAGS so we work with -combine in CFLAGS. | Roy Marples | |
2008-03-24 | Fix debug support to work without gmake and bundle -ggdb in properly. | Roy Marples | |
2008-03-19 | Rejig the build system a little so we have per ok defs per system. Probably ↵ | Roy Marples | |
easier in the long run. | |||
2008-02-28 | Support the use of PREFIX and PKG_PREFIX. | Roy Marples | |
2008-01-12 | Use MKTERMCAP and MKPAM so we don't use env vars TERMCAP or PAM inadvertently. | Roy Marples | |
2008-01-10 | Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵ | Roy Marples | |
keeping BSD for all BSD's. | |||
2008-01-09 | Style updates. | Roy Marples | |
2008-01-07 | Allow depend creation again. This doesn't work on GNU make, but does on all ↵ | Roy Marples | |
others. | |||
2008-01-06 | Add our version maps back | Roy Marples | |
2008-01-05 | Add some .mk stubs to impersonate bsk .mk files to make writing our ↵ | Roy Marples | |
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. |