This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: /bin/pwd vs pwd


On Mon, Apr 17, 2000 at 07:43:04PM -0400, DJ Delorie wrote:
>Any reason not to do this?  My machine doesn't have pwd in /bin.

Nope.  Go ahead.

cgf

>Index: Makefile.common
>===================================================================
>RCS file: /cvs/src/src/winsup/Makefile.common,v
>retrieving revision 1.3
>diff -p -2 -r1.3 Makefile.common
>*** Makefile.common	2000/04/10 03:51:39	1.3
>--- Makefile.common	2000/04/17 23:40:05
>***************
>*** 15,19 ****
>  MALLOC_OBJ:=#/gotham/src/comp-tools/winsup/dlmalloc/malloc.o
>  
>! override srcdir:=${shell cd $(srcdir); /bin/pwd}
>  ifneq (,${filter-out /%,$(srcdir)})
>      updir:=$(srcdir)/..
>--- 15,19 ----
>  MALLOC_OBJ:=#/gotham/src/comp-tools/winsup/dlmalloc/malloc.o
>  
>! override srcdir:=${shell cd $(srcdir); pwd}
>  ifneq (,${filter-out /%,$(srcdir)})
>      updir:=$(srcdir)/..

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]