Lines Matching full:make
30 # This really is a tiny wrapper around GNU Make.
34 # this is needed if the caller uses the -C <path> GNU Make
43 # if GNUMAKE is not defined in the environment, use 'make'
45 GNUMAKE=make
49 # invoking a cygwin-compatible GNU Make binary. It is unfortunately
55 CYGWIN_GNUMAKE=`$GNUMAKE -f $PROGDIR_MIXED/build/core/check-cygwin-make.mk 2>&1`
57 echo "ERROR: You are using a non-Cygwin compatible Make program."
62 echo "1. Ensure that the Cygwin 'make' package is installed."
63 echo " NOTE: You will need GNU Make 3.81 or later!"
67 echo " export GNUMAKE=/usr/bin/make"