Date: Thu, 01 Aug 2002 08:59:26 -0400 From: Mike Tancsa <mike@sentex.net> To: stable@freebsd.org Subject: make -DNOCLEAN buildworld ? Message-ID: <5.1.1.6.0.20020801085659.041e5dc0@marble.sentex.ca>
next in thread | raw e-mail | index | archive | help
If I did a buildworld, buildkernel, installkernel, installworld and rebooted 6hrs ago, and then I cvsup again this morning to get the following change in the xdr_array.c file - if ((c > maxsize && UINT_MAX/elsize < c) && + if ((c > maxsize || UINT_MAX/elsize < c) && am I safe to do the following ? cd /usr/src make -DNOCLEAN buildworld ? make installworld and then restart any of the RPC apps ? ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.1.6.0.20020801085659.041e5dc0>