Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 1996 18:57:48 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        jhay@mikom.csir.co.za, jkh@time.cdrom.com
Cc:        current@FreeBSD.ORG
Subject:   Re: make world failure
Message-ID:  <199601150757.SAA12973@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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



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