public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: bsdmk.eclass
Date: Fri,  9 Aug 2013 16:26:59 +0000 (UTC)	[thread overview]
Message-ID: <20130809162659.52DCF2171C@flycatcher.gentoo.org> (raw)

aballier    13/08/09 16:26:59

  Modified:             bsdmk.eclass
  Log:
  bsdmk_src_compile: forward arguments to mkmake

Revision  Changes    Path
1.12                 eclass/bsdmk.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/bsdmk.eclass?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/bsdmk.eclass?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/bsdmk.eclass?r1=1.11&r2=1.12

Index: bsdmk.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bsdmk.eclass	27 Dec 2011 17:55:12 -0000	1.11
+++ bsdmk.eclass	9 Aug 2013 16:26:59 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.11 2011/12/27 17:55:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/bsdmk.eclass,v 1.12 2013/08/09 16:26:59 aballier Exp $
 
 # @ECLASS: bsdmk.eclass
 # @MAINTAINER:
@@ -74,7 +74,7 @@
 # @DESCRIPTION:
 # The bsdmk src_compile function, which is exported
 bsdmk_src_compile() {
-	mkmake || die "make failed"
+	mkmake "$@" || die "make failed"
 }
 
 # @FUNCTION: bsdmk_src_install





             reply	other threads:[~2013-08-09 16:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-09 16:26 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-02 22:55 [gentoo-commits] gentoo-x86 commit in eclass: bsdmk.eclass Alexis Ballier (aballier)
2008-08-08 21:16 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130809162659.52DCF2171C@flycatcher.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox