This was broken when applets moved to applets.h. Fix it.
This commit is contained in:
parent
e8c55f42c1
commit
84bdc75c7e
@ -2,7 +2,7 @@
|
|||||||
# Make busybox links list file.
|
# Make busybox links list file.
|
||||||
|
|
||||||
DF="Config.h"
|
DF="Config.h"
|
||||||
MF="busybox.c"
|
MF="applets.h"
|
||||||
|
|
||||||
LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)"
|
LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Make busybox links list file.
|
# Make busybox links list file.
|
||||||
|
|
||||||
DF="Config.h"
|
DF="Config.h"
|
||||||
MF="busybox.c"
|
MF="applets.h"
|
||||||
|
|
||||||
LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)"
|
LIST="$(gcc -E -dM $DF | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/BB_\1/gp;' | sort)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user