Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 1995 17:59:42 +0300 (????)
From:      Dmitry Khrustalev <dima@sunny.bog.msu.su>
To:        Poul-Henning Kamp <phk@ref.tfs.com>
Cc:        hackers@FreeBSD.org
Subject:   Re: "development dist" good idea ?
Message-ID:  <Pine.SOL.3.91.950211173616.624A-100000@sunny>
In-Reply-To: <199502110520.VAA01997@ref.tfs.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Fri, 10 Feb 1995, Poul-Henning Kamp wrote:

> We have talked about a "development distribution" to reduce the size of
> the bindist.
> 
> Is this considered a good idea ?
> 
> Here is what I guess would go into it:
> (send me email if you think this list should be changed)
> 
> 	/usr/lib/*.[ao]
> 	/usr/include
> 	/usr/libexec/cc*
> 	/usr/bin/{cc,cpp,size,nm,as,gcc.g++,f77,gdb,f2c,gprof,gcore,make
> 		rpcgen,strip,tsort,lorder,cruchgen,crunchide}
> 
> This will move approx 9Mb (installed size) into the devdist...
> 
Yes, but be careful with cpp - it is used by xrdb and maybe others.

Also, maybe it is a good idea to move compiler backend out of cc1, 
cc1plus and cc1obj into something like libbackend.so ? pro: space saving 
can be considerable, especially with upcoming g77. contra: backend must 
be compiled position-independent.

> Should uucp (~ 1MB) be put on a uucpdist 

Definitely.

? > > Any other ?

mountd, nfsd, nfsiod - why are they linked static and live in /sbin ?
Is anyone expected to export filesystem before mounting /usr?
Do anyone care about nfs performance before mounting /usr?

Same for /sbin/dmesg /sbin/ipfw /sbin/nologin. Same for a lot of programs 
in /bin.

Dima.

> 
> -- 
> Poul-Henning Kamp <phk@login.dknet.dk>
> TRW Financial Systems, Inc.
> FreeBSD has, until now, not one single time had an undetected error. :-)
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.91.950211173616.624A-100000>