From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d472879e3f609e0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-08 20:05:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!small1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.gbronline.com!news.gbronline.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 08 Jun 2003 22:05:41 -0500 Date: Sun, 08 Jun 2003 22:06:12 -0500 From: Wesley Groleau Reply-To: wesgroleau@despammed.com Organization: Ain't no organization here! User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en, es-mx, pt-br, fr-ca MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) References: <20619edc.0306021018.6ee4dd09@posting.google.com> <1054649187.11497@master.nyc.kbcfp.com> <20619edc.0306031034.6a2f5f25@posting.google.com> <1054666439.685312@master.nyc.kbcfp.com> <1054735867.264510@master.nyc.kbcfp.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <6yadnQUl9JcYZH6jXTWcow@gbronline.com> NNTP-Posting-Host: 216.117.18.20 X-Trace: sv3-CGoLwAHYVjhghikr9oCy9mtNLMXT9wWcKCfixNQyMdl5rnOSpCbcj34V9ONi/YIjbzUYI4ESrQb9Bi0!n2enchULPUEUDgFiw4UrY7S19aSa9anO1hfRVRnmf2SCkxG4JaJXOw9YA5WQi/UCHg02ONjK2DE5!SS+D X-Complaints-To: abuse@gbronline.com X-DMCA-Complaints-To: abuse@gbronline.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.ada:38841 Date: 2003-06-08T22:06:12-05:00 List-Id: > The Unix version of "make" also violates the convention, in that if no make > script file is specified on the command line, it first tries to use the file > "Makefile" as a script, and if that is not available, it tries to use > "makefile". Needless to say, this can create problems when porting Unix code > to a case-insensitive OS. How would this cause a problem? On the Unix system, only one of the two filenames will actually be used, and thus only that file needs to be moved to the new OS.