Lines Matching refs:MAKEFILE
443 # the makefile we found, above.
761 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
775 echo "Couldn't locate a makefile from the current directory."
800 local MAKEFILE=
823 MAKEFILE="$MAKEFILE $MFILE"
841 ONE_SHOT_MAKEFILE="$MAKEFILE" $DRV make -C $T -f build/core/main.mk $DASH_ARGS $MODULES $ARGS
852 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
1201 find -E . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' \
1215 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f \