On Fri, 25 May 2001 09:47:13 +0300, Valentin Nechayev wrote:
>  Wed, May 23, 2001 at 15:43:50, nk (Norbert Koch) wrote about "downgrade": 
> 
> > Is it possible to downgrade a machine from -current to -stable?
> 
> A ~month ago I downgraded my home system from -current to -stable (RELENG_4)
> via buildworld+installworld. But to do it successfully I had to
> replace /usr/include with the same from working 4.2-STABLE system,
> because of too many fallings of buildworld with -current headers.
> Current (not -current;)) but "contemporary") world building procedure
> does not exclude headers from /usr/include out of compiler view.

The following procedure should work if you don't have access
to a 4-STABLE system to copy includes from (assuming that
you have 4-STABLE sources in /usr/src):

$ cp -r /usr/include /usr/include.5     # could be useful if you will change your mind
$ cd /usr/src
$ make includes
$ make buildworld
$ make installworld
$ rm -rf /usr/include.5

-Maxim

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to