Home | History | Annotate | Download | only in ndk

Lines Matching full:echo

57         echo "ERROR: You are using a non-Cygwin compatible Make program."
58 echo "Currently using: `cygpath -m $GNUMAKE`"
59 echo ""
60 echo "To solve the issue, follow these steps:"
61 echo ""
62 echo "1. Ensure that the Cygwin 'make' package is installed."
63 echo " NOTE: You will need GNU Make 3.81 or later!"
64 echo ""
65 echo "2. Define the GNUMAKE environment variable to point to it, as in:"
66 echo ""
67 echo " export GNUMAKE=/usr/bin/make"
68 echo ""
69 echo "3. Call 'ndk-build' again."
70 echo ""