Home | History | Annotate | Download | only in source

Lines Matching refs:U_MAKE

666 U_MAKE
3925 case $U_MAKE in
3927 ac_cv_path_U_MAKE="$U_MAKE" # Let the user override the test with a path.
3948 U_MAKE=$ac_cv_path_U_MAKE
3949 if test -n "$U_MAKE"; then
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $U_MAKE" >&5
3951 $as_echo "$U_MAKE" >&6; }
3958 test -n "$U_MAKE" && break
3960 test -n "$U_MAKE" || U_MAKE="make"
8724 if test -n "`$U_MAKE -v 2>&1 | grep '^GNU Make'`"; then
8725 echo "Building ICU: Use a GNU make such as $U_MAKE to build ICU."
8727 echo "** WARNING: $U_MAKE may not be GNU make."
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the version of \"$U_MAKE\"" >&5
8736 $as_echo_n "checking the version of \"$U_MAKE\"... " >&6; }
8737 if "$U_MAKE" -f "$srcdir/config/gmakever.mk" PLATFORM="$platform"; then