From owner-freebsd-current Mon Jan 15 00:04:13 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA27002 for current-outgoing; Mon, 15 Jan 1996 00:04:13 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA26997 for ; Mon, 15 Jan 1996 00:04:06 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA12973; Mon, 15 Jan 1996 18:57:48 +1100 Date: Mon, 15 Jan 1996 18:57:48 +1100 From: Bruce Evans Message-Id: <199601150757.SAA12973@godzilla.zeta.org.au> To: jhay@mikom.csir.co.za, jkh@time.cdrom.com Subject: Re: make world failure Cc: current@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG Precedence: bulk >That is actually too late because it is already needed during the make >includes target, which is before the the lib-tools and build-tools targets. >The other one that is also a problem is rpcgen. It is also used to generate >include files. >> > cd /usr/src/lib/libutil && make beforeinstall install -C -o bin -g bin -m >> > 444 /usr/src/lib/libutil/libutil.h /usr/include >> > install: illegal option -- C -C is only used for the last part of the includes target, but it should be used for all parts. It's too hard to fix this problem in general. `cc' is used to build `install', but `cc' is built long after `install'... The -C flag was introduced on 1995/10/09. I would have thought current users have had it for a month or two. Bruce