aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2014-04-19 15:04:39 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2014-04-19 15:04:39 +0200
commit5fd3ddfb243f8f3a8ef471ff8c323a76cf815574 (patch)
tree80138de44f47129192fc4d65ee89bb57a5975f3b /scripts
parente152cb818903f219a641c03b7c3ef290ed39a49d (diff)
downloadbusybox-w32-5fd3ddfb243f8f3a8ef471ff8c323a76cf815574.tar.gz
busybox-w32-5fd3ddfb243f8f3a8ef471ff8c323a76cf815574.tar.bz2
busybox-w32-5fd3ddfb243f8f3a8ef471ff8c323a76cf815574.zip
modprobe-small: fix help messages for aliased module-related applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/trylink2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink
index e47169917..85095235c 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -268,7 +268,7 @@ fi
268 268
269if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then 269if test "$CONFIG_FEATURE_INDIVIDUAL" = y; then
270 echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)" 270 echo "Linking individual applets against libbusybox (see $sharedlib_dir/*)"
271 gcc -DNAME_MAIN_CNAME -E -include include/autoconf.h include/applets.h \ 271 gcc -DNAME_MAIN -E -include include/autoconf.h include/applets.h \
272 | grep -v "^#" \ 272 | grep -v "^#" \
273 | grep -v "^$" \ 273 | grep -v "^$" \
274 > applet_lst.tmp 274 > applet_lst.tmp