Subject: Re: How do I compile "THE" sources?
To: Hisashi T Fujinaka <htodd@leech.q7.com>
From: Michael L. VanLoon -- HeadCandy.com <michaelv@MindBender.serv.net>
List: current-users
Date: 09/18/1996 10:37:30
[...]
>want to try to compile the rest of the stuff (at least parts of it).
[...]
>"allsrc" and I'm wondering if there's some instructions on how to go about
>compiling things. Are there architecture specific files I need to set to
>compile everything (everything besides the kernel)?
I have a script that does things in a specific order. To be safe,
when following current, I do this (this is a shortened version,
actually):
Install all the updated headers
cd /usr/src
make includes
Remake make, in case any of the build system makefiles have
changed, and added new functionality
cd /usr/src/usr.bin/make
make clean obj depend all install
Install the new system make files
cd /usr/src/share/mk
make install
Then, make the rest of the system in whatever order you desire.
You can do a "make world", if you like. I do libraries next, then
proceed on to the rest of the system.
-----------------------------------------------------------------------------
Michael L. VanLoon michaelv@MindBender.serv.net
--< Free your mind and your machine -- NetBSD free un*x >--
NetBSD working ports: 386+PC, Mac 68k, Amiga, Atari 68k, HP300, Sun3,
Sun4/4c/4m, DEC MIPS, DEC Alpha, PC532, VAX, MVME68k, arm32...
NetBSD ports in progress: PICA, others...
-----------------------------------------------------------------------------