From 7e21d5f6b1bdac9c20139e8bef82b17559e548a0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 27 Apr 2006 23:34:46 +0000 Subject: Patch from Dennis Vlasenko to add the option to compress help text. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bcf25fe6d..e8730bfd0 100644 --- a/Makefile +++ b/Makefile @@ -405,6 +405,13 @@ include/bbconfigopts.h: .config $(Q)$(top_srcdir)/scripts/config/mkconfigs > $@ endif +scripts/usage: $(top_srcdir)/scripts/usage.c .config + $(HOSTCC) $(HOSTCFLAGS) -I$(top_srcdir)/include -o $@ $< + +DEP_INCLUDES += include/usage_compressed.h +include/usage_compressed.h: .config scripts/usage + $(Q)sh $(top_srcdir)/scripts/usage_compressed "$(top_srcdir)/scripts" > $@ + depend dep: .depend .depend: scripts/bb_mkdep $(DEP_INCLUDES) $(disp_gen) -- cgit v1.2.3