Home | History | Annotate | Download | only in build

Lines Matching refs:MAKEFILE

359         # the makefile we found, above.
639 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
650 echo "Couldn't locate a makefile from the current directory."
661 local MAKEFILE=
678 MAKEFILE="$MAKEFILE $MFILE"
692 ONE_SHOT_MAKEFILE="$MAKEFILE" make -C $T $DASH_ARGS all_modules $ARGS
831 find -E . -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
843 find . -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 grep --color -n "$@"