moving testsuite 1 level up

Chris Faylor cgf@cygnus.com
Fri Sep 1 07:22:00 GMT 2000


On Fri, Sep 01, 2000 at 11:29:59AM +0400, Egor Duda wrote:
>i see. as for $(UPTOP), maybe instead of
>
>bupdir1:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(bupdir)):::}}
>
>we should define
>
>broot:=${shell cd $(UPTOP)/..; pwd}
>btargetroot:=${shell cd $(UPTOP); pwd}
>srcroot:=${shell cd $(srcdir)/$(UPTOP); pwd}
>
>and then (in the individual Makefile.in's) we'll use not paths with
>$(bupdir2),  $(bupdir1)  but  paths  relative  to  $(btargetroot)  and
>$(srcroot )or (in few occasions) to $(broot)

You eliminated this part of my email for some reason:

>>I checked in a change that should work if you are building in a
>>completely separate directory (i.e., not a subdirectory of the sources).
>>I have to think about the other case a little before I make that change.

As it indicates, there is already a fix for this checked in.  I've just
checked in the next part, which should make it work in all cases.

cgf


More information about the Cygwin-developers mailing list