This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: moving testsuite 1 level up


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]