From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: freebsd.eclass
Date: Thu, 24 May 2012 11:18:46 +0000 (UTC) [thread overview]
Message-ID: <20120524111846.487EE2004B@flycatcher.gentoo.org> (raw)
aballier 12/05/24 11:18:46
Modified: freebsd.eclass
Log:
Create objdir if MAKEOBJDIRPREFIX is defined, so that we can make out of tree buils easily.
Revision Changes Path
1.22 eclass/freebsd.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/freebsd.eclass?r1=1.21&r2=1.22
Index: freebsd.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- freebsd.eclass 17 May 2012 13:58:08 -0000 1.21
+++ freebsd.eclass 24 May 2012 11:18:46 -0000 1.22
@@ -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/freebsd.eclass,v 1.21 2012/05/17 13:58:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.22 2012/05/24 11:18:46 aballier Exp $
#
# Diego Pettenò <flameeyes@gentoo.org>
@@ -110,6 +110,12 @@
# Make sure to use FreeBSD definitions while crosscompiling
[[ -z "${BMAKE}" ]] && BMAKE="$(freebsd_get_bmake)"
+ # Create objdir if MAKEOBJDIRPREFIX is defined, so that we can make out of
+ # tree buils easily.
+ if [[ -n "${MAKEOBJDIRPREFIX}" ]] ; then
+ mkmake obj || die
+ fi
+
bsdmk_src_compile
}
next reply other threads:[~2012-05-24 11:19 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-24 11:18 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-28 15:56 [gentoo-commits] gentoo-x86 commit in eclass: freebsd.eclass Alexis Ballier (aballier)
2013-08-09 20:10 Alexis Ballier (aballier)
2013-08-09 19:29 Alexis Ballier (aballier)
2013-08-09 16:28 Alexis Ballier (aballier)
2013-08-09 15:48 Alexis Ballier (aballier)
2013-08-09 13:58 Alexis Ballier (aballier)
2013-07-08 2:08 Alexis Ballier (aballier)
2013-06-18 17:30 Alexis Ballier (aballier)
2013-06-18 16:57 Alexis Ballier (aballier)
2013-06-17 20:00 Alexis Ballier (aballier)
2013-06-17 17:31 Alexis Ballier (aballier)
2012-11-24 11:22 Alexis Ballier (aballier)
2012-05-24 11:19 Alexis Ballier (aballier)
2012-05-17 13:58 Alexis Ballier (aballier)
2012-05-16 15:44 Alexis Ballier (aballier)
2012-05-04 13:31 Alexis Ballier (aballier)
2011-07-06 5:41 Alexis Ballier (aballier)
2011-07-05 18:46 Alexis Ballier (aballier)
2010-03-11 17:55 Alexis Ballier (aballier)
2009-05-22 15:23 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=20120524111846.487EE2004B@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