* Makefile.in: More normalization.

This commit is contained in:
Christopher Faylor 2000-09-01 14:20:30 +00:00
parent dc941354a1
commit b13be6f6fb
2 changed files with 7 additions and 4 deletions

View File

@ -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.

View File

@ -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