Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 1999 09:50:00 -0800 (PST)
From:      Sheldon Hearn <sheldonh@iafrica.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/8493: Stable build process fails to install objc includes
Message-ID:  <199903231750.JAA18204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/8493; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh@iafrica.com>
To: John Saunders <john@nlc.net.au>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: misc/8493: Stable build process fails to install objc includes
Date: Tue, 23 Mar 1999 19:44:03 +0200

 Hi John,
 
 The problem you reported concerning objc header files is unlikely to be
 addressed in 2.2, since active development on that branch is over.
 
 Also, even if the problem does exist in 3.1-STABLE and 4.0-CURRENT, it's
 not worth addressing for a compiler that's on its way out of the base
 system anyway.
 
 The solution to your troubles is to do things in the right order. Don't
 do
 
 	make -DCLOBBER includes buildworld
 
 Instead, do
 
 	make buildworld
 	make -DCLOBBER installworld
 
 Ciao,
 Sheldon.
 


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




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