Searched refs:bmake_path_max (Results 1 – 4 of 4) sorted by relevance
84 bmake_path_max=`getconf PATH_MAX / 2> /dev/null`86 bmake_path_max=${bmake_path_max:-1024}87 if test $bmake_path_max -gt 1024; then89 bmake_path_max=102491 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&692 AC_SUBST(bmake_path_max)dnl subst
17 BMAKE_PATH_MAX?= @bmake_path_max@
4249 bmake_path_max=`getconf PATH_MAX / 2> /dev/null`4251 bmake_path_max=${bmake_path_max:-1024}4252 if test $bmake_path_max -gt 1024; then4254 bmake_path_max=10244256 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
37 * configure.in: set bmake_path_max to min(_SC_PATH_MAX,1024)38 * Makefile.config: defined BMAKE_PATH_MAX to bmake_path_max