public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-guide-ebuild.xml
Date: Sun, 11 Jul 2010 21:39:11 +0000 (UTC)	[thread overview]
Message-ID: <20100711213911.44A9E2CE14@corvid.gentoo.org> (raw)

hwoarang    10/07/11 21:39:11

  Modified:             hb-guide-ebuild.xml
  Log:
  econf doesnt need || die. Bug #295330

Revision  Changes    Path
1.55                 xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?r1=1.54&r2=1.55

Index: hb-guide-ebuild.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- hb-guide-ebuild.xml	10 Apr 2010 13:15:05 -0000	1.54
+++ hb-guide-ebuild.xml	11 Jul 2010 21:39:11 -0000	1.55
@@ -9,8 +9,8 @@
 -->
 
 <sections>
-<version>1.0.4</version>
-<date>2007-11-01</date>
+<version>1.0.5</version>
+<date>2010-07-11</date>
 
 <section>
 <title>The Portage tree</title>
@@ -1087,8 +1087,7 @@
 src_compile() {
   econf \
     $(use_enable X x11) \
-    $(use_enable mysql) \
-    || die "Error: econf failed!"
+    $(use_enable mysql) 
   emake || die "Error: emake failed!"
 }
 </pre>
@@ -1126,8 +1125,7 @@
 
     econf \
         # Other stuff
-        ${myconf} \
-        || die "configure failed"
+        ${myconf} 
 
     emake || die "make failed"
 }






             reply	other threads:[~2010-07-11 21:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-11 21:39 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-04 19:39 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-guide-ebuild.xml JosA MarAa Alonso (nimiux)
2010-04-10 13:15 Petteri Raty (betelgeuse)
2009-10-31  8:40 Petteri Raty (betelgeuse)
2009-02-13 14:50 Petteri Raty (betelgeuse)
2008-04-06 15:01 Petteri Raty (betelgeuse)
2008-01-19 20:17 Mike Frysinger (vapier)
2007-11-03 22:02 Mike Frysinger (vapier)
2007-11-01 20:29 Christian Heim (phreak)
2007-11-01 20:03 Christian Heim (phreak)

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=20100711213911.44A9E2CE14@corvid.gentoo.org \
    --to=hwoarang@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