Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 1996 20:58:02 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, jhay@mikom.csir.co.za
Cc:        current@FreeBSD.ORG
Subject:   Re: make world failure
Message-ID:  <199601150958.UAA17807@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I just wanted to point out to Jordan that it won't fix the problem if you
>add install to the tools target. At least install and rpcgen should be
>compiled before the includes target is done.

This is hard if /usr/include is nonexistent.  rpcgen is relatively easy
to handle by building and installing /usr/include, then building and
installing rpcgen, then rebuilding and reinstalling /usr/include (the
headers generated by rpcgen should depend on rpcgen).

For `install -C', -C could be omitted for the first installation of
/usr/include, but this would blow away the timestamps of already-
installed files (if -C is used instead of the verbose `cmp -s' method
in all Makefiles that install headers (now it is is only used in
libutil)).

`make world' should actually use /usr/obj/include instead of /usr/include.
This doesn't change the problem except to make it more obvious.

Bruce



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