[Lunar-commits] <moonbase> busybox_static: fixed an sedit in busybox_static/BUILD.

Terry Chan tchan at lunar-linux.org
Fri Mar 28 22:47:20 CET 2008


commit ff8970982ec5f8929ffb58457393282b8714a9bf
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Fri Mar 28 16:47:20 2008 -0500

    busybox_static: fixed an sedit in busybox_static/BUILD.
---
 shells/busybox_static/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index abbecbe..33ff0f1 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -2,7 +2,7 @@
 
   make defconfig &&
   sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config &&
-  sedit "s/-Wl,--gc-sections//" Makefile &&
+  sedit "s/-Wl,--gc-sections//" scripts/trylink &&
   sedit "/^#error Aborting compilation./d" applets/applets.c &&
   make             &&
   prepare_install  &&


More information about the Lunar-commits mailing list