Re: pipe read hang on Win 2000 with make 3.79.1

2001-11-13 Thread J . B .
> PKGDIR = $(shell echo this.is.a.test | sed 's:\.:/:g') >Your best bet is to ask on [EMAIL PROTECTED], but, did >you try running this directoy >at the command line, >without using make's shell function? >If that doesn't work, then it's not a make issue at >all and you should ask the >Cygwin

Re: pipe read hang on Win 2000 with make 3.79.1

2001-11-12 Thread Paul Smith
> X-Mailer: NIMS ModWeb Module I don't know what this is, but it generates pretty seriously malformed SMTP messages :-/. Using the Win32 port of GNU make 3.79.1 on Windows 2000 with either the = Cygwin shell, or the MKS sh.exe, or even the Windows cmd.exe I get a = hang when running the follo

pipe read hang on Win 2000 with make 3.79.1

2001-11-12 Thread J . B .
Here's a problem I've encountered recently ... Using the Win32 port of GNU make 3.79.1 on Windows 2000 with either the Cygwin shell, or the MKS sh.exe, or even the Windows cmd.exe I get a hang when running the following makefile: CWD:=$(shell pwd) PKGDIR = $(shell echo this.is.a.test | sed 's: