aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2024-05-22 14:05:41 +0100
committerRon Yorston <rmy@pobox.com>2024-05-22 14:05:41 +0100
commit8248785e1d70b5365e2fc17e17dc2ba861c88dd1 (patch)
treefaa2baed93842559bb5b3efd3bfb553c61627e9e /init
parentc6b525f2afde0833d21b3f0132961a3b0178bbbb (diff)
downloadbusybox-w32-8248785e1d70b5365e2fc17e17dc2ba861c88dd1.tar.gz
busybox-w32-8248785e1d70b5365e2fc17e17dc2ba861c88dd1.tar.bz2
busybox-w32-8248785e1d70b5365e2fc17e17dc2ba861c88dd1.zip
make: add support for ifeq/ifneq
Add support for the conditional directives ifeq and ifneq. These follow GNU make in allowing things like: ifeq (arg1,arg2) ifeq 'arg1' 'arg2' In the second case single or double quotes may be used. Macros are expanded in the two arguments and the resulting strings are compared. Adds 240-248 bytes.
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions