summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-07 11:50:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-07 11:50:24 +0100
commitc6a2642d00fd3a993fffe47ca467ebed11ad1c2a (patch)
treee1ab37b63d3d0478fa46c0097ad0c634445ce906
parent7478cb0e047c7b700308dda50b80aebc2df184a7 (diff)
downloadptxdist-c6a2642d00fd3a993fffe47ca467ebed11ad1c2a.tar.gz
ptxdist-c6a2642d00fd3a993fffe47ca467ebed11ad1c2a.tar.xz
gawk: conflict with busybox awk
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gawk.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/gawk.in b/rules/gawk.in
index 5ff081553..e9efaa10d 100644
--- a/rules/gawk.in
+++ b/rules/gawk.in
@@ -5,6 +5,7 @@ menuconfig GAWK
select LIBC_M
select LIBC_DL
select GCCLIBS_GCC_S
+ depends on !BUSYBOX_AWK || ALLYES
help
Gawk is the GNU Project's implementation of the AWK programming
language. It conforms to the definition of the language in the POSIX
@@ -19,3 +20,7 @@ config GAWK_AWKLIB
bool "Install awklib"
endif
+
+comment "BusyBox' awk is selected!"
+ depends on BUSYBOX_AWK
+