modprobe-small: fix help messages for aliased module-related applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -268,7 +268,7 @@ fi
|
||||
|
||||
if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then
|
||||
echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)"
|
||||
gcc -DNAME_MAIN_CNAME -E -include include/autoconf.h include/applets.h \
|
||||
gcc -DNAME_MAIN -E -include include/autoconf.h include/applets.h \
|
||||
| grep -v "^#" \
|
||||
| grep -v "^$" \
|
||||
> applet_lst.tmp
|
||||
|
Reference in New Issue
Block a user