From 316296c980af03bda2aa09dbb3c605ea2eda0bfd Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 19 Apr 2004 20:19:46 +0000 Subject: Add the 'maximum command line check' to all defs.*.mk files for consistency across all of them, but let it commented out until each responsible person for each system modifies it to work correctly. Requested by agc@. --- mk/defs.Interix.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mk/defs.Interix.mk') diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk index 18099cdd992..6f49ed5186f 100644 --- a/mk/defs.Interix.mk +++ b/mk/defs.Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Interix.mk,v 1.9 2004/04/07 14:26:51 tv Exp $ +# $NetBSD: defs.Interix.mk,v 1.10 2004/04/19 20:19:46 jmmv Exp $ # # Variable definitions for the Interix operating system. @@ -148,3 +148,11 @@ SERIAL_DEVICES?= /dev/null .if ${CPPFLAGS:M-D_ALL_SOURCE} == "" CPPFLAGS+= -D_ALL_SOURCE .endif + +# check for maximum command line length and set it in configure's environment, +# to avoid a test required by the libtool script that takes forever. +# FIXME: Adjust to work on this system and enable the lines below. +#.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL) +#_OPSYS_MAX_CMDLEN!= /sbin/sysctl -n kern.argmax +#CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN} +#.endif -- cgit v1.2.3