| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-developers-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin-developers/> |
| List-Post: | <mailto:cygwin-developers AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-developers-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| 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 <dj AT delorie DOT com> |
| 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)/..
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |