Date: Sat, 29 Nov 2003 12:03:35 -0000 (GMT) From: "Aaron Myles Landwehr" <aaron@snaphat.com> To: "Lee Mx" <lee_ver_mx@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Make world problems from 4.9 to 5.1 Message-ID: <32834.68.33.78.247.1070107415.squirrel@mail.snaphat.com> In-Reply-To: <BAY8-F77wmzuFSOs7LU00023aa3@hotmail.com> References: <BAY8-F77wmzuFSOs7LU00023aa3@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Is that the reason why "make installworld" produces errors sometimes
during its execution in 5.1. And afterwards many commands coredump.
Needless to say requiring a complete reinstall.
should I do "make world" in such cases instead of "make buildworld" &
"make installworld"?
-thanx
-aaron<aaron@snaphat.com>
>
>
>
>>
>>What exactly does "make world" do?...i know sometimes i accidently type
>> it
>>instead of buildworld....
>
> It will do both the make buildworld and the make installworld without the
> break in between that is
> often/sometimes needed as in the recient Current upgrade.
>
> hope this helps.
>
>
>> > On Nov 26, 2003, at 8:25 PM, Lowell Gilbert wrote:
>> >> "make world"? Really? You don't mean "make buildworld"?
>> >> I guess the "world" target really does need to be removed.
>> >
>> > Yes. Or fixed to do something more reasonable...?
>> >
>> > --- Makefile~ Sat Nov 29 00:02:13 2003
>> > +++ Makefile Sat Nov 29 00:18:07 2003
>> > @@ -143,6 +143,13 @@
>> > @cd ${.CURDIR}; ${MAKE} pre-world
>> > .endif
>> > @cd ${.CURDIR}; ${MAKE} buildworld
>> > + @cd ${.CURDIR}; ${MAKE} buildkernel
>> > + @echo
>> > "--------------------------------------------------------------"
>> > + @echo ">>> About to run mergemaster & 'make install*' targets"
>> > + @echo
>> > "--------------------------------------------------------------"
>> > + @echo "
>> > + @/usr/src/usr.sbin/mergemaster/mergemaster.sh -p
>> > + @cd ${.CURDIR}; ${MAKE} -B installkernel
>> > @cd ${.CURDIR}; ${MAKE} -B installworld
>> > .if target(post-world)
>> > @echo
>> >
>> >
>> > --
>> > -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32834.68.33.78.247.1070107415.squirrel>
