netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@medozas.de>
To: kadlec@blackhole.kfki.hu
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH 2/3] build: abort autogen on subcommand failure
Date: Sun, 28 Aug 2011 19:32:47 +0200	[thread overview]
Message-ID: <1314552769-19143-3-git-send-email-jengelh@medozas.de> (raw)
In-Reply-To: <1314552769-19143-1-git-send-email-jengelh@medozas.de>

Needed to stop an automated build process when automake requirements
are not fulfilled.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index d0d5d98..9c0f327 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 aclocal -I m4
 autoreconf -fi
-- 
1.7.3.4


  parent reply	other threads:[~2011-08-28 17:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-28 17:32 ipset 6.8 patches Jan Engelhardt
2011-08-28 17:32 ` [PATCH 1/3] ipset: use NFPROTO_ constants Jan Engelhardt
2011-08-28 17:32 ` Jan Engelhardt [this message]
2011-08-28 17:32 ` [PATCH 3/3] build: move ipset_errcode into library Jan Engelhardt
2011-08-30  7:47 ` ipset 6.8 patches Jozsef Kadlecsik
  -- strict thread matches above, loose matches on Subject: below --
2011-08-31 12:43 ipset: use NFPROTO_ (v2) Jan Engelhardt
2011-08-31 12:43 ` [PATCH 2/3] build: abort autogen on subcommand failure Jan Engelhardt

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=1314552769-19143-3-git-send-email-jengelh@medozas.de \
    --to=jengelh@medozas.de \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=netfilter-devel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).