Home
last modified time | relevance | path

Searched refs:bmake_path_max (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/bmake/
HDconfigure.in84 bmake_path_max=`getconf PATH_MAX / 2> /dev/null`
86 test ${bmake_path_max:-0} -gt 0 2> /dev/null || bmake_path_max=
88 bmake_path_max=${bmake_path_max:-1024}
89 if test $bmake_path_max -gt 1024; then
91 bmake_path_max=1024
93 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
94 AC_SUBST(bmake_path_max)dnl subst
HDMakefile.config.in17 BMAKE_PATH_MAX?= @bmake_path_max@
HDconfigure4301 bmake_path_max=`getconf PATH_MAX / 2> /dev/null`
4303 test ${bmake_path_max:-0} -gt 0 2> /dev/null || bmake_path_max=
4305 bmake_path_max=${bmake_path_max:-1024}
4306 if test $bmake_path_max -gt 1024; then
4308 bmake_path_max=1024
4310 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
HDChangeLog199 * configure.in: set bmake_path_max to min(_SC_PATH_MAX,1024)
200 * Makefile.config: defined BMAKE_PATH_MAX to bmake_path_max