Subject: Re: NetBSD source on case-retentive filesystems
To: Scott Hallock <scott@hallocks.net>
From: Laine Stump <lainestump@rcn.com>
List: current-users
Date: 01/28/2002 18:41:36
Scott Hallock <scott@hallocks.net> writes:

> For a variety of reasons best left undiscussed, I would like to be able
> to check out NetBSD source onto a case-retentive (not case-sensitive)
> filesystem (either HFS+ on Mac OS X or NTFS on Windows 2000), and then
> move the checked-out source onto my NetBSD system at a later time.  

Don't forget that if you check files out onto a Windows system, all
text files will be terminated with CRLF, and if you checkout onto a
MAC, they will be CR-terminated. I seem to remember that make barfs on
makefiles that aren't LF-terminated (or maybe I'm just remembering
something completely incorrectly).