From: Mike Frysinger Date: Tue, 31 Oct 2006 20:35:27 +0000 (-0000) Subject: recommend people use `emake` rather than `make` when installing with DESTDIR X-Git-Tag: v2.1.2~524 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3389688b4d1874a2f47c7de96537922ab280cb7d;p=portage.git recommend people use `emake` rather than `make` when installing with DESTDIR svn path=/main/trunk/; revision=4889 --- diff --git a/man/ebuild.5 b/man/ebuild.5 index c69c6d329..0c8031151 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -616,7 +616,7 @@ make \\ \fImake options\fR \\ install .fi -Please do \fBnot\fR use this in place of 'make install DESTDIR=${D}'. +Please do \fBnot\fR use this in place of 'emake install DESTDIR=${D}'. That is the preferred way of installing make-based packages. Also, do not utilize the \fIEXTRA_EINSTALL\fR variable since it is for users.