diff options
author | William Hubbs <williamh@gentoo.org> | 2011-01-31 11:19:16 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-01-31 14:03:45 -0600 |
commit | c2529c1ed61816799dd56bb46699b2b8cf5acb39 (patch) | |
tree | e9da4da94bd2abb01ef1bb641be01a4d0c5e9a24 | |
parent | fa1fefb2bc1be8fe81fedf1bb69d8a6b79b3518c (diff) |
only support building with GNU Make
Update the documentation to state that openrc only works with gnu make.
This needs to be done in order to address the parallel build issue.
X-Gentoo-Bug: 289264
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ OpenRC README Installation ------------ make install -Yup, that simple. Works with GNU make and BSD make. +Yup, that simple. Works with GNU make. You may wish to tweak the installation with the below arguments PROGLDFLAGS=-static |