changeset 47:6b933d9c54ac

Blah. The sed filter's not right, I'll try again later.
author Rob Landley <rob@landley.net>
date Thu, 04 Jan 2007 17:26:30 -0500
parents 5a6241f16e95
children 691bbc9f7b1b
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Dec 31 19:10:24 2006 -0500
+++ b/Makefile	Thu Jan 04 17:26:30 2007 -0500
@@ -38,8 +38,8 @@
 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