mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] coreutils: Fix missing busybox guard comments
Date: Tue, 19 Jun 2018 15:51:10 +0200	[thread overview]
Message-ID: <20180619135111.24234-2-ada@thorsis.com> (raw)
In-Reply-To: <20180619135111.24234-1-ada@thorsis.com>

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/coreutils.in | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/rules/coreutils.in b/rules/coreutils.in
index 75d897440..73cd094b0 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -327,6 +327,9 @@ config COREUTILS_READLINK
 	help
 	  the readlink tool
 
+comment "busybox' readlink is selected!"
+	depends on BUSYBOX_READLINK
+
 config COREUTILS_REALPATH
 	bool
 	prompt "realpath"
@@ -334,6 +337,9 @@ config COREUTILS_REALPATH
 	help
 	  return the canonicalised absolute pathname
 
+comment "busybox' realpath is selected!"
+	depends on BUSYBOX_REALPATH
+
 config COREUTILS_TAC
 	bool
 	prompt "tac"
@@ -359,6 +365,9 @@ config COREUTILS_DD
 	help
 	  convert and copy a file
 
+comment "BusyBox' dd is selected!"
+	depends on BUSYBOX_DD
+
 config COREUTILS_DF
 	bool
 	prompt "df"
@@ -366,8 +375,8 @@ config COREUTILS_DF
 	help
 	  report file system disk space usage
 
-comment "BusyBox' dd is selected!"
-	depends on COREUTILS && BUSYBOX_DD
+comment "BusyBox' df is selected!"
+	depends on BUSYBOX_DF
 
 config COREUTILS_YES
 	bool
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-06-19 13:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 13:51 [ptxdist] [PATCH 0/2] coreutils: Menu maintenance Alexander Dahl
2018-06-19 13:51 ` Alexander Dahl [this message]
2018-06-19 13:51 ` [ptxdist] [PATCH 2/2] coreutils: Unify case in comments Alexander Dahl
2018-07-24 12:38 ` [ptxdist] [PATCH 0/2] coreutils: Menu maintenance Alexander Dahl
2018-07-25 13:18   ` Michael Olbrich

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=20180619135111.24234-2-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=ptxdist@pengutronix.de \
    /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