Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Nov 2002 14:25:11 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        Neil Doody <neil.doody@interserveis.co.uk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Will the following little script have the same effect as make buildworld and makeinstall world
Message-ID:  <3DCD8B47.5030605@owt.com>
References:  <032801c28821$41821e60$0200a8c0@b1>

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


Neil Doody wrote:
> I intend to run this on each dir in /usr/src/*
> 
> for i in /usr/src/usr.bin/*;do cd $i;make;done
> 
> then
> 
> for i in /usr/src/usr.bin/*;do cd $i;make install;done
> 
> 
> Will that do the same as doing a build world and installworld ?
> 

Look at the makefiles in /usr/src. You aren't coming close to what 
they do.

Why change what works. You aren't supposed to build your world and 
install it before you check your new kernel. Why dig a deep hole and 
then jump in it.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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