From d75af99529879e6cd38164fd110732052a9cdda4 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 16 Mar 2000 08:09:09 +0000 Subject: Major build system updates... -Erik --- applets/busybox.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'applets/busybox.sh') diff --git a/applets/busybox.sh b/applets/busybox.sh index cab248f11..304ac87e7 100755 --- a/applets/busybox.sh +++ b/applets/busybox.sh @@ -1,4 +1,3 @@ #!/bin/sh -ls -1 `sed -n '/^#define/{s/.*BB_// ; s/$/.c/p; }' busybox.def.h | \ -tr [:upper:] [:lower:]` 2> /dev/null | sed -e 's/\.c$/\.o/g' - +sed -n -e 's/^#define.*BB_FEATURE.*$//g;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;' \ + -e '/^#define/{s/.*bb_//;s/$/.o/p;}' busybox.def.h -- cgit v1.2.3