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