summaryrefslogtreecommitdiffstats
path: root/rules/bc.in
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-07-06 15:26:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-07-06 21:58:53 +0200
commitf7a1702c3a4ce0c91ff094f3c388cebb1580c355 (patch)
treef22f48a218884791bb4b991b5b301b371d852ae6 /rules/bc.in
parent63e2d8696124083fcb1955d3bc4c46e2b0807037 (diff)
downloadptxdist-f7a1702c3a4ce0c91ff094f3c388cebb1580c355.tar.gz
ptxdist-f7a1702c3a4ce0c91ff094f3c388cebb1580c355.tar.xz
bc: prevent file name clash with busybox' bc
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200706132617.5750-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bc.in')
-rw-r--r--rules/bc.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/bc.in b/rules/bc.in
index dabb244b5..e5776610c 100644
--- a/rules/bc.in
+++ b/rules/bc.in
@@ -2,8 +2,12 @@
config BC
tristate
prompt "bc"
+ depends on !BUSYBOX_BC || ALLYES
help
bc is an arbitrary precision numeric processing language. Syntax is
similar to C, but differs in many substantial areas. It supports
interactive execution of statements. bc is a utility included in the
POSIX P1003.2/D11 draft standard.
+
+comment "BusyBox' bc is selected!"
+ depends on BUSYBOX_BC