On Thu, Mar 18, 2004 at 01:09:10PM +0800, [EMAIL PROTECTED] wrote:
>I think that the dependency on FRC should be removed throughout the tree
>for make install.  Another problem that the FRC target causes is that
>xf86Build.h gets rebuilt (setting the build date), which is incorrect for a
>make install IMHO.  Another effect of this is that a compiler is required
>for the make install, which I don't think should be the case either.

xf86Build.h (and other things) get rebuilt because a 'make all'
gets executed in some directories before 'make install'.  Although
related, it is more a consequence of how subdirectory dependencies
are handled than the FRC targets specifically.

I'd like to use the method I first tried for the libGL build to
handle things like this.  This would eliminate ForceSubdirs,
SubdirLibraryTarget, and a few other things.

In the meantime, fixing the module rules will deal with probably 90%
of these issues.

Handling xf86Build.h for installing from a read-only filesystem could
probably be dealt with in the meantime by making the creation of
build.new non-fatal.

David
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to