diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-18 13:58:01 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-01-18 13:58:01 +0100 |
commit | b9f2d9f7d9b4a9b6fbb6a28a8c0bcf8e0e3b1704 (patch) | |
tree | 7c989f0cd07bf8e7923a3d7d831e72048807b63b /miscutils | |
parent | 3b5acaa4323bd165077e60098af94ad9750d62fd (diff) | |
download | busybox-w32-b9f2d9f7d9b4a9b6fbb6a28a8c0bcf8e0e3b1704.tar.gz busybox-w32-b9f2d9f7d9b4a9b6fbb6a28a8c0bcf8e0e3b1704.tar.bz2 busybox-w32-b9f2d9f7d9b4a9b6fbb6a28a8c0bcf8e0e3b1704.zip |
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/conspy.c | 2 | ||||
-rw-r--r-- | miscutils/nandwrite.c | 4 | ||||
-rw-r--r-- | miscutils/ubi_attach_detach.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/miscutils/conspy.c b/miscutils/conspy.c index 723b4208a..721eb6d59 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | //applet:IF_CONSPY(APPLET(conspy, _BB_DIR_BIN, _BB_SUID_DROP)) | 13 | //applet:IF_CONSPY(APPLET(conspy, BB_DIR_BIN, BB_SUID_DROP)) |
14 | 14 | ||
15 | //kbuild:lib-$(CONFIG_CONSPY) += conspy.o | 15 | //kbuild:lib-$(CONFIG_CONSPY) += conspy.o |
16 | 16 | ||
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index 831d2f76b..c5e2fb841 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -8,8 +8,8 @@ | |||
8 | * TODO: add support for large (>4GB) MTD devices | 8 | * TODO: add support for large (>4GB) MTD devices |
9 | */ | 9 | */ |
10 | 10 | ||
11 | //applet:IF_NANDWRITE(APPLET(nandwrite, _BB_DIR_USR_SBIN, _BB_SUID_DROP)) | 11 | //applet:IF_NANDWRITE(APPLET(nandwrite, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
12 | //applet:IF_NANDWRITE(APPLET_ODDNAME(nanddump, nandwrite, _BB_DIR_USR_SBIN, _BB_SUID_DROP, nanddump)) | 12 | //applet:IF_NANDWRITE(APPLET_ODDNAME(nanddump, nandwrite, BB_DIR_USR_SBIN, BB_SUID_DROP, nanddump)) |
13 | 13 | ||
14 | //kbuild:lib-$(CONFIG_NANDWRITE) += nandwrite.o | 14 | //kbuild:lib-$(CONFIG_NANDWRITE) += nandwrite.o |
15 | //kbuild:lib-$(CONFIG_NANDDUMP) += nandwrite.o | 15 | //kbuild:lib-$(CONFIG_NANDDUMP) += nandwrite.o |
diff --git a/miscutils/ubi_attach_detach.c b/miscutils/ubi_attach_detach.c index b74d97b68..aa8a5171a 100644 --- a/miscutils/ubi_attach_detach.c +++ b/miscutils/ubi_attach_detach.c | |||
@@ -3,8 +3,8 @@ | |||
3 | * Licensed under GPLv2, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | //applet:IF_UBIATTACH(APPLET_ODDNAME(ubiattach, ubi_attach_detach, _BB_DIR_USR_SBIN, _BB_SUID_DROP, ubiattach)) | 6 | //applet:IF_UBIATTACH(APPLET_ODDNAME(ubiattach, ubi_attach_detach, BB_DIR_USR_SBIN, BB_SUID_DROP, ubiattach)) |
7 | //applet:IF_UBIDETACH(APPLET_ODDNAME(ubidetach, ubi_attach_detach, _BB_DIR_USR_SBIN, _BB_SUID_DROP, ubidetach)) | 7 | //applet:IF_UBIDETACH(APPLET_ODDNAME(ubidetach, ubi_attach_detach, BB_DIR_USR_SBIN, BB_SUID_DROP, ubidetach)) |
8 | 8 | ||
9 | //kbuild:lib-$(CONFIG_UBIATTACH) += ubi_attach_detach.o | 9 | //kbuild:lib-$(CONFIG_UBIATTACH) += ubi_attach_detach.o |
10 | //kbuild:lib-$(CONFIG_UBIDETACH) += ubi_attach_detach.o | 10 | //kbuild:lib-$(CONFIG_UBIDETACH) += ubi_attach_detach.o |