Home | History | Annotate | Download | only in scripts

Lines Matching refs:toys

31 echo "Generate headers from toys/*/*.c..."
35 if isnewer generated/Config.in toys
37 echo "Extract configuration information from toys/*.c files..."
46 if isnewer generated/newtoys.h toys
51 sed -n -e 's/^USE_[A-Z0-9_]*(/&/p' toys/*/*.c \
58 # Extract a list of toys/*/*.c files to compile from the data in $KCONFIG_CONFIG
64 TOYFILES="$(egrep -l "TOY[(]($TOYFILES)[ ,]" toys/*/*.c)"
71 echo -e "\n\033[1;31mwarning: using unfinished code from toys/pending\033[0m"
189 # Extract global structure definitions and flag definitions from toys/*/*.c
193 for i in toys/*/*.c
204 if isnewer generated/globals.h toys
223 if isnewer generated/tags.h toys
228 toys/*/*.c lib/*.c | generated/mktags > generated/tags.h
248 if [ ! -e "$X" ] || [ ! -z "$(find toys -name "*.h" -newer "$X")" ]