diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-16 06:12:46 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-16 06:12:46 +0000 |
commit | 8853e67dde7b48745d109f7ed0647b0f86cfec66 (patch) | |
tree | 1a656a20ff1b490000dcd935f0d1dde26ab30085 /applets | |
parent | 6a6f5393c2d8441f543ec52fa0d7e50ab9f8c49e (diff) | |
download | busybox-w32-8853e67dde7b48745d109f7ed0647b0f86cfec66.tar.gz busybox-w32-8853e67dde7b48745d109f7ed0647b0f86cfec66.tar.bz2 busybox-w32-8853e67dde7b48745d109f7ed0647b0f86cfec66.zip |
Stephane Billiart said:
the attached patch makes applet list in busybox.links
correctly include tr and watchdog.
Currently, they don't appear because they are prefixed
with ENABLE_ in include/applets.h
git-svn-id: svn://busybox.net/trunk/busybox@12921 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/busybox.mkll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.mkll b/applets/busybox.mkll index 5b6677d03..b30ac8d92 100755 --- a/applets/busybox.mkll +++ b/applets/busybox.mkll | |||
@@ -10,7 +10,7 @@ | |||
10 | export LC_ALL=POSIX | 10 | export LC_ALL=POSIX |
11 | export LC_CTYPE=POSIX | 11 | export LC_CTYPE=POSIX |
12 | 12 | ||
13 | CONFIG_H=${1:-include/config.h} | 13 | CONFIG_H=${1:-include/bb_config.h} |
14 | APPLETS_H=${2:-include/applets.h} | 14 | APPLETS_H=${2:-include/applets.h} |
15 | gcc -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | | 15 | gcc -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H | |
16 | awk '/^[ \t]*LINK/{ | 16 | awk '/^[ \t]*LINK/{ |