From 17afeba9600b264b4f3431d9e772667047bc4e45 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 4 Jan 2007 17:26:30 -0500 Subject: Blah. The sed filter's not right, I'll try again later. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 392b4bff..3a405c5b 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ bloatcheck: toybox_old toybox_unstripped toyfiles = main.c toys/*.c lib/*.c toybox_unstripped: gen_config.h $(toyfiles) toys/toylist.h lib/lib.h toys.h $(CC) $(CFLAGS) -I . $(toyfiles) -o toybox_unstripped \ - -ffunction-sections -fdata-sections -Wl,--gc-sections \ - 2>&1 | sed -n -e '/may be used uninitialized/{s/.*/\n/;h;b};1{x;b};: print;x;/\n/b thing;p;: thing;${x;p}' >&2 + -ffunction-sections -fdata-sections -Wl,--gc-sections #\ + #2>&1 | sed -n -e '/may be used uninitialized/{s/.*/\n/;h;b};1{x;b};: print;=;p;x;/\n/b thing;p;: thing;${x;p}' >&2 toybox: toybox_unstripped $(STRIP) toybox_unstripped -o toybox -- cgit v1.2.3