Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 1997 17:37:16 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        Harlan.Stenn@pfcs.com, msmith@atrad.adelaide.edu.au
Cc:        edsweeney@caro.net, freebsd-stable@FreeBSD.ORG
Subject:   Re: stat_flags.c stops make world
Message-ID:  <199707060737.RAA19719@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Just before this gets out of hand, this is _NOT_ the problem.
>
>The problem is that install(1) is built very early on, before the includes
>are installed (for obvious reasons).
>
>install(1) needs these flags defined, so you have to manually run
>'make includes' before building the world.

Another is that install doesn't really know about the new flags.  The
build fails because ls knows about them and an ls module is used.  It
should fail for xinstall.c too :-).

Bruce



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