* Makefile.in: More normalization.
This commit is contained in:
parent
dc941354a1
commit
b13be6f6fb
@ -1,3 +1,7 @@
|
||||
Fri Sep 1 10:15:37 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* Makefile.in: More normalization.
|
||||
|
||||
Thu Aug 31 16:37:31 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* Makefile.in: Normalize 'pwd' based on location of winsup.
|
||||
|
@ -28,13 +28,12 @@ endif
|
||||
endif
|
||||
|
||||
pwd:=${shell pwd}
|
||||
dummy_pwd:=${word 1,${subst winsup/,winsup ,$(pwd)}}/foo
|
||||
ifneq (,${filter-out /%,$(dummy_pwd)})
|
||||
bupdir:=..
|
||||
here:=${word 1,${subst winsup/,winsup ,$(pwd)}}/cygwin
|
||||
bupdir:=${shell cd $(here)/..; pwd}
|
||||
ifneq (,${filter-out /%,$(bupdir)})
|
||||
bupdir1:=../..
|
||||
bupdir2:=../../..
|
||||
else
|
||||
bupdir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(dummy_pwd)):::}}
|
||||
ifneq (,${findstring /,$(bupdir)})
|
||||
bupdir1:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(bupdir)):::}}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user