Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dconfigure.in252 bmake_path_max=`getconf PATH_MAX / 2> /dev/null`
254 test ${bmake_path_max:-0} -gt 0 2> /dev/null || bmake_path_max=
256 bmake_path_max=${bmake_path_max:-1024}
257 if test $bmake_path_max -gt 1024; then
259 bmake_path_max=1024
264 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
265 AC_SUBST(bmake_path_max)dnl subst
H A DMakefile.config.in23 BMAKE_PATH_MAX?= @bmake_path_max@
H A Dconfigure5056 bmake_path_max=`getconf PATH_MAX / 2> /dev/null`
5058 test ${bmake_path_max:-0} -gt 0 2> /dev/null || bmake_path_max=
5060 bmake_path_max=${bmake_path_max:-1024}
5061 if test $bmake_path_max -gt 1024; then
5063 bmake_path_max=1024
5068 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
H A DChangeLog3574 * configure.in: set bmake_path_max to min(_SC_PATH_MAX,1024)
3575 * Makefile.config: defined BMAKE_PATH_MAX to bmake_path_max