OSDN Git Service

Minor adjustment to the strip command
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Dec 2001 14:44:11 +0000 (14:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Dec 2001 14:44:11 +0000 (14:44 -0000)
Makefile

index 44ea53f..7ae141b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@ ifeq ($(strip $(DODEBUG)),true)
 else
     CFLAGS  += $(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE
     LDFLAGS += -s -Wl,-warn-common
-    STRIPCMD    = $(STRIP) --remove-section=.note --remove-section=.comment $(PROG)
+    STRIPCMD    = $(STRIP) --remove-section=.note --remove-section=.comment
 endif
 ifeq ($(strip $(DOSTATIC)),true)
     LDFLAGS += --static
@@ -214,7 +214,7 @@ $(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/config/MARKER
 
 busybox: config.h dep-files bbsubdirs
        $(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES)
-       $(STRIPCMD)
+       $(STRIPCMD) $(PROG)
 
 busybox.links: applets/busybox.mkll
        - $(SHELL) $^ >$@