From owner-freebsd-current Thu Feb 21 15:47:49 2002 Delivered-To: freebsd-current@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id D8F4837B402; Thu, 21 Feb 2002 15:47:47 -0800 (PST) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g1LNlhK54477; Thu, 21 Feb 2002 15:47:43 -0800 (PST) (envelope-from rizzo) Date: Thu, 21 Feb 2002 15:47:43 -0800 From: Luigi Rizzo To: Alfred Perlstein Cc: Bruce Evans , "M. Warner Losh" , current@FreeBSD.ORG, msmith@FreeBSD.ORG Subject: Re: Proposed patch for "/bin/sh: Argument list too long" when compiling LINT ... Message-ID: <20020221154743.B54262@iguana.icir.org> References: <20020218.174959.96666779.imp@village.org> <20020219193515.Y1320-100000@gamplex.bde.org> <20020219004144.A25474@iguana.icir.org> <20020219085306.GL12136@elvis.mu.org> <20020221151439.D53952@iguana.icir.org> <20020221234146.GH12136@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020221234146.GH12136@elvis.mu.org> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Feb 21, 2002 at 03:41:46PM -0800, Alfred Perlstein wrote: > * Luigi Rizzo [020221 15:14] wrote: > > So, in this thread a few days ago i reported that the > > list of arguments passed to mkdep can become quite large > > and exceed kern.argmax, especially if your sources are not in the ... > > Any better ideas ? > > Yes. :) > > $(MAKE) -V CFILES -V SYSTEM_CFILES -V |\ > xargs env MKDEP_CPP="${CC} -E" CC="${CC}" mkdep -a -f .newdep ${CFLAGS} Nice one, didn't know about the -V option. Would you like to commit this or should I do it ? Also, do you know where to look for the same problem in RELENG_4 ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message