Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-16 22:24:57 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-16 22:24:57 +0400
commit4e33e07f6096f9fa8ebc04a29cee5c0b28ea13a6 (patch)
treeb4b826f9131cc411148bc99f81ac74283122c84f /Makefile
parent5f03158f66dc2c73b052307f3871c4341fbabb8e (diff)
strip -> $(STRIP); fix "unused variable" warning
(patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 077f5abf2..41b2ea103 100644
--- a/Makefile
+++ b/Makefile
@@ -681,7 +681,7 @@ busybox_unstripped: $(busybox-all) FORCE
$(Q)rm -f .old_version
busybox: busybox_unstripped
- $(Q)strip -s --remove-section=.note --remove-section=.comment \
+ $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \
busybox_unstripped -o $@
# The actual objects are generated when descending,