Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 1995 20:11:10 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        me@tartufo.pcs.dec.com, nate@trout.sri.MT.net
Cc:        current@FreeBSD.org
Subject:   Re: Make World Times and a question about shared libs / make all
Message-ID:  <199503231011.UAA10289@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Well, it *can* be halved. My setup: 
>486/66, 32 MB, EISA/VLB,
>SCSI disks on a BT747 controller (Quantum Empire 2100 for the srcs, 
>Fujitsu 500MB whatnot for obj), cflags -O2 -m486 -pipe, 
>not building profiled libraries.
 ^^^
Cheating :-).

>Now I've noticed that subsequent 'make all install's will relink
>all the programs. I suppose this is due to the libraries being
>newer than the existing objects. However, this wouldn't be necessary
>unless the shared lib version has gone up. How hard would it be
>to get rid of this behaviour? I don't want to go and dig myself
>up to the armpits into the make stuff if it's impossible :-)

Fairly hard.  I did some makefile hacking towards it last August.
No one has done much more than complain about it since then.
I'm not very concerned about it, because linking is relatively
fast, not much slower than running `make' in /usr/src when there
is nothing to do.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503231011.UAA10289>