diff options
author | 2012-09-15 12:58:44 -0700 | |
---|---|---|
committer | 2012-09-15 12:58:44 -0700 | |
commit | 0bf08c62770ef25e4888d460ab8ac068cb93110f (patch) | |
tree | 04af72b4c51e0b00f98da874f3a271ff6b10f42c | |
parent | ebuild.5: add EAPI 5 usex helper (diff) | |
download | portage-0bf08c62770ef25e4888d460ab8ac068cb93110f.tar.gz portage-0bf08c62770ef25e4888d460ab8ac068cb93110f.tar.bz2 portage-0bf08c62770ef25e4888d460ab8ac068cb93110f.zip |
ebuild.5: EAPI 5 econf add --disable-silent-rules
-rw-r--r-- | man/ebuild.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 4319311e5..73e48aea5 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1071,6 +1071,10 @@ Beginning with \fBEAPI 4\fR, \fBeconf\fR adds \fI\-\-disable\-dependency\-tracking\fR to the arguments if the string \fIdisable\-dependency\-tracking\fR occurs in the output of \fIconfigure \-\-help\fR. +Beginning with \fBEAPI 5\fR, \fBeconf\fR adds +\fIdisable\-silent\-rules\fR to the arguments if the +string \fIdisable\-silent\-rules\fR occurs in the output +of \fIconfigure \-\-help\fR. .TP \fBemake\fR \fI[make options]\fR This is used as a replacement for make. Performs 'make ${MAKEOPTS} |