From: Matthias Schwarzott Date: Thu, 7 Sep 2006 18:49:44 +0000 (+0000) Subject: Added setting BUILD_PARAMS to pass parameters to makefile. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=21ae098ab683c53195b24de0f039ba60041c6ca0;p=gentoo.git Added setting BUILD_PARAMS to pass parameters to makefile. --- diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index c7ab431a3419..ec0cd70ed3a1 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.30 2006/09/07 18:34:00 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.31 2006/09/07 18:49:44 zzam Exp $ # # Author: # Matthias Schwarzott @@ -236,7 +236,7 @@ vdr-plugin_src_compile() { compile) cd ${S} - emake ${VDRPLUGIN_MAKE_TARGET:-all} || die "emake failed" + emake ${BUILD_PARAMS} ${VDRPLUGIN_MAKE_TARGET:-all} || die "emake failed" ;; esac