Searched refs:TOYFILES (Results 1 - 1 of 1) sorted by relevance

/external/toybox/scripts/
H A Dmake.sh63 TOYFILES="$(sed -n 's/^CONFIG_\([^=]*\)=.*/\1/p' "$KCONFIG_CONFIG" | xargs | tr ' [A-Z]' '|[a-z]')"
64 TOYFILES="$(egrep -l "TOY[(]($TOYFILES)[ ,]" toys/*/*.c)"
67 FILES="$(echo lib/*.c main.c $TOYFILES)"
69 if [ "${TOYFILES/pending//}" != "$TOYFILES" ]

Completed in 439 milliseconds