mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
* remove dependence on where pwd is
This commit is contained in:
parent
14be1d4417
commit
2cf2f0980f
@ -1,3 +1,7 @@
|
|||||||
|
2000-04-17 DJ Delorie <dj@cygnus.com>
|
||||||
|
|
||||||
|
* remove dependence on where pwd is
|
||||||
|
|
||||||
Sun Apr 9 23:47:45 2000 Christopher Faylor <cgf@cygnus.com>
|
Sun Apr 9 23:47:45 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* Makefile.common: Resolve srcdir to absolute path or it will confuse
|
* Makefile.common: Resolve srcdir to absolute path or it will confuse
|
||||||
|
@ -14,7 +14,7 @@ CFLAGS_COMMON:=-Wall -Wwrite-strings # -finline-functions
|
|||||||
MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/gotham/src/comp-tools/winsup/dlmalloc
|
MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/gotham/src/comp-tools/winsup/dlmalloc
|
||||||
MALLOC_OBJ:=#/gotham/src/comp-tools/winsup/dlmalloc/malloc.o
|
MALLOC_OBJ:=#/gotham/src/comp-tools/winsup/dlmalloc/malloc.o
|
||||||
|
|
||||||
override srcdir:=${shell cd $(srcdir); /bin/pwd}
|
override srcdir:=${shell cd $(srcdir); pwd}
|
||||||
ifneq (,${filter-out /%,$(srcdir)})
|
ifneq (,${filter-out /%,$(srcdir)})
|
||||||
updir:=$(srcdir)/..
|
updir:=$(srcdir)/..
|
||||||
updir1:=$(updir)/..
|
updir1:=$(updir)/..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user