Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Date: Mon, 17 Apr 2000 19:43:04 -0400 Message-Id: <200004172343.TAA18088@envy.delorie.com> From: DJ Delorie To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: /bin/pwd vs pwd Any reason not to do this? My machine doesn't have pwd in /bin. 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)/..