From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Thu, 29 Oct 2009 09:42:25 +0000 From: Andreas Zell Message-ID: <5bcf4671-9897-4c65-89c9-7a8a6a57bdc9@a32g2000yqm.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 References: Subject: Re: [9fans] env size limit Topicbox-Message-UUID: 933a96a4-ead5-11e9-9d60-3106f5b1d025 On 28 Okt., 10:42, rtrli...@googlemail.com (Robert Raschke) wrote: > On Tue, Oct 27, 2009 at 9:21 PM, roger peppe wrote: > > 2009/10/27 erik quanstrom : > > > On Tue Oct 27 12:52:52 EDT 2009, rogpe...@gmail.com wrote: > > >> the environment variable size limit is set to 16300 bytes which > > >> seems rather small; for instance it can break mkfiles for large > > projects. > > > >> might a patch specifying a larger size limit (e.g. 128K) be accepted? > > > > you need a single variable that's bigger than 16300 bytes? > > > > - erik > > yes. > > > > > for instance when there are a few thousand source files > > and one wants to link them all. > > Use libraries! > > Robby Hmm, ar cr libfile.a $(A_FEW_THOUSEND_OBJECT_FILES) AZ