Subject: Re: self bootstrap on Interix 3.5
To: OBATA Akio <obata@lins.jp>
From: Simon Gerraty <sjg@juniper.net>
List: pkgsrc-users
Date: 04/14/2006 09:43:52
On Fri, 14 Apr 2006 16:02:45 +0900, OBATA Akio writes:
>pkgsrc on NFS	(case-sensitive).
>objdir on local	(case-sensitive).
>
>This is maybe very simple but strange problem.
>
>On NFS mounted directory,
>
>% cat Makefile
>all:
>	@echo ${MAKEFILE}
>% while 1
>while? bmake
>while? sleep 1
>while? end
>Makefile
>makefile
>makefile
>makefile

Lovely.  What happens if you make the loop do

bmake -f Makefile

>% bmake -f makefile
>bmake: cannot open makefile.

What happens if you do that in a loop.

--sjg