Subject: Re: nbmake size and path issue
To: Gregory McGarry <g.mcgarry@ieee.org>
From: James Chacon <jchacon@genuity.net>
List: tech-toolchain
Date: 11/26/2001 14:00:15
>
>James Chacon wrote:
>
>> >Two observations with the toolchain:
>> >
>> >1) nbmake seems to get quite fat, running at about 29MB on i386
>> 
>> Huh?
>
>Sorry, I was talking about memory footprint.  And I think I only see
>it when I use build.sh.
>

It'll get big on some directories. I've seen it over 20M when building libc
for instance. 

buid.sh isn't doing anything special here except getting it compiled and
then calling make build.

James