Subject: Re: linux emulation
To: Patrick Welche <prlw1@cam.ac.uk>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: port-i386
Date: 12/08/1997 15:53:12
[ Just one comment about one part of your message 8-]

> (BTW supping xsrc is great. Maybe a World
> option could be added to its Makefile which does a make build-xc,
> install-xc, build-contrib, install-contrib, in that order, as you
> can't build-contrib without installing xmkmf from xc first.)

Not true.  You can do something like:

all:
        cd xc ; make World
        cd contrib ; PATH=../xc/config/imake:$$PATH \
            sh ../xc/config/util/xmkmf -a ../xc ../contrib
        cd contrib ; make

which works very well.



chris