From: Benno Schulenberg <bensberg@justemail.net>
To: util-linux@vger.kernel.org
Subject: [PATCH] build-sys: improve the informative message when not building some util
Date: Wed, 9 Jul 2014 17:20:10 +0200 [thread overview]
Message-ID: <1404919210-11737-1-git-send-email-bensberg@justemail.net> (raw)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
m4/ul.m4 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/m4/ul.m4 b/m4/ul.m4
index b8a5390..fb0dd85 100644
--- a/m4/ul.m4
+++ b/m4/ul.m4
@@ -148,7 +148,7 @@ AC_DEFUN([UL_REQUIRES_LINUX], [
check:yes)
[build_]suffix=yes ;;
check:*)
- AC_MSG_WARN([non-linux system; do not build $1])
+ AC_MSG_WARN([non-linux system; not building $1])
[build_]suffix=no ;;
esac
fi
@@ -175,7 +175,7 @@ AC_DEFUN([UL_EXCLUDE_ARCH], [
yes:*)
[build_]suffix=yes ;;
check:$2)
- AC_MSG_WARN([exclude for $host architecture; do not build $1])
+ AC_MSG_WARN([excluded for $host architecture; not building $1])
[build_]suffix=no ;;
check:*)
[build_]suffix=yes ;;
@@ -217,7 +217,7 @@ AC_DEFUN([UL_REQUIRES_HAVE], [
check:yes)
[build_]suffix=yes ;;
check:*)
- AC_MSG_WARN([$3 not found; do not build $1])
+ AC_MSG_WARN([$3 not found; not building $1])
[build_]suffix=no ;;
esac
fi
@@ -275,7 +275,7 @@ AC_DEFUN([UL_REQUIRES_BUILD], [
check:yes)
[build_]suffix=yes ;;
check:*)
- AC_MSG_WARN([$2 disabled; do not build $1])
+ AC_MSG_WARN([$2 disabled; not building $1])
[build_]suffix=no ;;
esac
fi
@@ -315,7 +315,7 @@ AC_DEFUN([UL_REQUIRES_SYSCALL_CHECK], [
yes:no)
AC_MSG_ERROR([$1 selected but callname syscall not found]) ;;
check:no)
- AC_MSG_WARN([callname syscall not found; do not build $1])
+ AC_MSG_WARN([callname syscall not found; not building $1])
[build_]suffix=no ;;
*)
dnl default $ul_cv_syscall_ is SYS_ value
--
1.7.0.4
next reply other threads:[~2014-07-09 15:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-09 15:20 Benno Schulenberg [this message]
2014-07-14 13:53 ` [PATCH] build-sys: improve the informative message when not building some util Karel Zak
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=1404919210-11737-1-git-send-email-bensberg@justemail.net \
--to=bensberg@justemail.net \
--cc=util-linux@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