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-09 20:37:13 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: Mon, 09 Jun 2003 22:36:37 -0500 Date: Mon, 09 Jun 2003 22:36:04 -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> <3EE4F7A3.5080805@cogeco.ca> In-Reply-To: <3EE4F7A3.5080805@cogeco.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 216.117.18.90 X-Trace: sv3-3IJb1xh1pG4BL4LVKc9coWlHi0QxAyYfncTBBphqFS1pG30hJm9NzBAIZh89CGpgpOE8y9uZNcekMlH!RbqypzT2nuznUB65a1peHAjnje1d80WHeUHKDBUaFpj8ckFB4ym8Fcx5YRrCg87EtNiQk/8ohGRg!ydrY 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:38883 Date: 2003-06-09T22:36:04-05:00 List-Id: > Actually, "makefile" is tried before "Makefile". For GNU make, > it also tries "GNUmakefile" before attempting to open "makefile". The version of 'make' my last project used on Solaris defaulted to 'Makefile' and _never_ tried 'makefile' without nudging. I had to use '-f makefile' in a script when an application group wanted to use 'makefile'