diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-27 23:34:46 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-27 23:34:46 +0000 |
commit | 570b8b28816ba39a46d42e302587766938978673 (patch) | |
tree | 08c1b12a37d2ef74b4471e154fe4227d3b6ae917 /Makefile | |
parent | 6914152cfd8a6f6a24606d74fe3aa67bb068fc27 (diff) | |
download | busybox-w32-570b8b28816ba39a46d42e302587766938978673.tar.gz busybox-w32-570b8b28816ba39a46d42e302587766938978673.tar.bz2 busybox-w32-570b8b28816ba39a46d42e302587766938978673.zip |
Patch from Dennis Vlasenko to add the option to compress help text.
git-svn-id: svn://busybox.net/trunk/busybox@14949 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -405,6 +405,13 @@ include/bbconfigopts.h: .config | |||
405 | $(Q)$(top_srcdir)/scripts/config/mkconfigs > $@ | 405 | $(Q)$(top_srcdir)/scripts/config/mkconfigs > $@ |
406 | endif | 406 | endif |
407 | 407 | ||
408 | scripts/usage: $(top_srcdir)/scripts/usage.c .config | ||
409 | $(HOSTCC) $(HOSTCFLAGS) -I$(top_srcdir)/include -o $@ $< | ||
410 | |||
411 | DEP_INCLUDES += include/usage_compressed.h | ||
412 | include/usage_compressed.h: .config scripts/usage | ||
413 | $(Q)sh $(top_srcdir)/scripts/usage_compressed "$(top_srcdir)/scripts" > $@ | ||
414 | |||
408 | depend dep: .depend | 415 | depend dep: .depend |
409 | .depend: scripts/bb_mkdep $(DEP_INCLUDES) | 416 | .depend: scripts/bb_mkdep $(DEP_INCLUDES) |
410 | $(disp_gen) | 417 | $(disp_gen) |