diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 01:10:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 01:10:32 +0200 |
commit | acabf8fcb86302e55e01f0a20d5ff9914791416a (patch) | |
tree | b1eff7768689d003f5c72a1ab175b1af52019012 /applets/Kbuild | |
parent | 3a7034c27b7fa8f3f08e2ace769f165f46afa0e3 (diff) | |
download | busybox-w32-acabf8fcb86302e55e01f0a20d5ff9914791416a.tar.gz busybox-w32-acabf8fcb86302e55e01f0a20d5ff9914791416a.tar.bz2 busybox-w32-acabf8fcb86302e55e01f0a20d5ff9914791416a.zip |
Update documentation generator so that it sucks less
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets/Kbuild')
-rw-r--r-- | applets/Kbuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/applets/Kbuild b/applets/Kbuild index 983037987..a966f6e5b 100644 --- a/applets/Kbuild +++ b/applets/Kbuild | |||
@@ -8,7 +8,7 @@ obj-y := | |||
8 | obj-y += applets.o | 8 | obj-y += applets.o |
9 | 9 | ||
10 | hostprogs-y:= | 10 | hostprogs-y:= |
11 | hostprogs-y += usage applet_tables | 11 | hostprogs-y += usage usage_pod applet_tables |
12 | 12 | ||
13 | always:= $(hostprogs-y) | 13 | always:= $(hostprogs-y) |
14 | 14 | ||
@@ -22,13 +22,14 @@ else | |||
22 | srctree_slash = $(srctree)/ | 22 | srctree_slash = $(srctree)/ |
23 | endif | 23 | endif |
24 | 24 | ||
25 | 25 | HOSTCFLAGS_usage.o = -I$(srctree_slash)include -Iinclude | |
26 | HOSTCFLAGS_usage.o = -I$(srctree_slash)include | 26 | HOSTCFLAGS_usage_pod.o = -I$(srctree_slash)include -Iinclude |
27 | 27 | ||
28 | applets/applets.o: include/usage_compressed.h include/applet_tables.h | 28 | applets/applets.o: include/usage_compressed.h include/applet_tables.h |
29 | 29 | ||
30 | applets/usage: .config $(srctree_slash)applets/usage_compressed | ||
31 | applets/applet_tables: .config | 30 | applets/applet_tables: .config |
31 | applets/usage: .config | ||
32 | applets/usage_pod: .config include/applet_tables.h | ||
32 | 33 | ||
33 | quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h | 34 | quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h |
34 | cmd_gen_usage_compressed = $(srctree_slash)applets/usage_compressed include/usage_compressed.h applets | 35 | cmd_gen_usage_compressed = $(srctree_slash)applets/usage_compressed include/usage_compressed.h applets |