From f7bb55bb14128a2b9367e2e089e9930c456f801f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 27 Nov 2007 01:44:27 -0600 Subject: Add a comment about a case that made me stop and think. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c21757c..1d41d145 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,9 @@ bloatcheck: toybox_old toybox_unstripped toyfiles = main.c lib/*.c \ $(shell scripts/cfg2files.sh < .config | sed 's@\(.*\)@toys/\1.c@') +# The following still depends on toys/help.h even when it's not there, so *.h +# isn't sufficient by itself. + toybox_unstripped: gen_config.h $(toyfiles) toys/toylist.h toys/help.h toys/*.h lib/*.h toys.h $(CC) $(CCFLAGS) -I . $(toyfiles) -o toybox_unstripped $(OPTIMIZE) -- cgit v1.2.3