chaos
November 25th, 2002, 10:40
Hi

I have a question regarding following the stable branch and I'm following the guidlines on http://www.openbsd.org/stable.html.

When I have rebuild the kernel and rebooted with the new kernel I have to rebuild the binaries. But if I do as http://www.openbsd.org/stable.html:
1) cd /usr/src
2) rm -r /usr/obj/*
3) make obj && make build

Then I also build the games and X. How can I aviod that? I want to rebuild every thing else except X and the games, since I don't need them.

|MiNi0n|
November 25th, 2002, 21:50
Hmmm ... well, games can hashed outta the Makefile in /usr/src. Not sure 'bout X though.

frisco
November 25th, 2002, 22:54
I want to rebuild every thing else except X and the games, since I don't need them.

SKIPDIR and /etc/mk.conf, as in:
http://marc.theaimsgroup.com/?l=openbsd-misc&m=101759724013762&w=2
(read the whole thread for context)