| Age | Commit message (Collapse) | Author | 
|---|
|  | This fixes #35. | 
|  | BINDIR and SBINDIR can be set independently of PREFIX and may not be set
to PREFIX/bin as scripts currently assume.
Note from William Hubbs:
This adds @BINDIR@ and @SBINDIR@ macros to the sed commands run to
convert *.in files to the executable form.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> | 
|  | 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. | 
|  | 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> | 
|  | The main makefile, init.d/Makefile and src/librc/Makefile all contain
several shell calls which can be handled as make conditionals. This
switches them to conditionals. | 
|  | 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 | 
|  | 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. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | easier in the long run. | 
|  | from queue(3). Refactor code style around the BSD KNF. | 
|  |  | 
|  |  | 
|  | keeping BSD for all BSD's. | 
|  |  | 
|  | others. | 
|  |  | 
|  |  | 
|  |  | 
|  | Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though. |