mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-01-18 13:58:01 +01:00
parent 3b5acaa432
commit b9f2d9f7d9
41 changed files with 409 additions and 409 deletions

View File

@@ -15,7 +15,7 @@
* http://www.opengroup.org/onlinepubs/007904975/utilities/xargs.html
*/
//applet:IF_XARGS(APPLET_NOEXEC(xargs, xargs, _BB_DIR_USR_BIN, _BB_SUID_DROP, xargs))
//applet:IF_XARGS(APPLET_NOEXEC(xargs, xargs, BB_DIR_USR_BIN, BB_SUID_DROP, xargs))
//kbuild:lib-$(CONFIG_XARGS) += xargs.o