pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: self bootstrap on Interix 3.5



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



Home | Main Index | Thread Index | Old Index