Mail Archives: cygwin-developers/2000/09/01/10:22:23
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
- Raw text -