Searched refs:TOYFILES (Results 1 – 1 of 1) sorted by relevance
93 TOYFILES="$($SED -n 's/^CONFIG_\([^=]*\)=.*/\1/p' "$KCONFIG_CONFIG" | xargs | tr ' [A-Z]' '|[a-z]')"94 TOYFILES="main.c $(egrep -l "TOY[(]($TOYFILES)[ ,]" toys/*/*.c | xargs)"96 if [ "${TOYFILES/pending//}" != "$TOYFILES" ]126 echo -e "\$BUILD lib/*.c $TOYFILES \$LINK -o $OUTNAME" >> "$GENDIR"/build.sh&&289 for i in lib/*.c click $TOYFILES