diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-17 01:12:41 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-17 01:12:41 +0000 |
commit | 6273f655c8e5a1b7233f94fd606ceaed95b9c7a7 (patch) | |
tree | ad754ea972e52bb21db4323d916bacfb4f1c3f07 /busybox.mkll | |
parent | 161220c4985b8c05a57f09b2693a6cad74d2e81d (diff) | |
download | busybox-w32-6273f655c8e5a1b7233f94fd606ceaed95b9c7a7.tar.gz busybox-w32-6273f655c8e5a1b7233f94fd606ceaed95b9c7a7.tar.bz2 busybox-w32-6273f655c8e5a1b7233f94fd606ceaed95b9c7a7.zip |
Several fixes.
-Erik
Diffstat (limited to 'busybox.mkll')
-rwxr-xr-x | busybox.mkll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/busybox.mkll b/busybox.mkll index fa1bff209..90f28e8b7 100755 --- a/busybox.mkll +++ b/busybox.mkll | |||
@@ -4,7 +4,8 @@ | |||
4 | DF="busybox.def.h" | 4 | DF="busybox.def.h" |
5 | MF="busybox.c" | 5 | MF="busybox.c" |
6 | 6 | ||
7 | LIST="$(sed -n '/^#define/{s/^#define BB_FEATURE_.*//g;s/^#define //p;}' $DF)" | 7 | #LIST="$(sed -n '/^#define/{s/^#define BB_FEATURE_.*//g;s/^#define //p;}' $DF)" |
8 | LIST="$(cpp $DF -dM | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1/gp;' | sort)" | ||
8 | 9 | ||
9 | for def in ${LIST}; do | 10 | for def in ${LIST}; do |
10 | i=`sed -n '/^#ifdef \<'$def'\>.*/,/^#endif/{ s/.*\"\(.*\)\".*\(_BB_DIR_[A-Z_]*\).*$/\2\/\1/gp; }' $MF` | 11 | i=`sed -n '/^#ifdef \<'$def'\>.*/,/^#endif/{ s/.*\"\(.*\)\".*\(_BB_DIR_[A-Z_]*\).*$/\2\/\1/gp; }' $MF` |