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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d6f7b92fd11ab291 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-22 13:30:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Crosspost: Help wanted from comp.compilers Date: 22 Jul 2003 21:29:00 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <_ArRa.81541$H17.26007@sccrnsc02> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1058905815 17991 62.49.19.209 (22 Jul 2003 20:30:15 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 22 Jul 2003 20:30:15 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:40668 Date: 2003-07-22T21:29:00+01:00 List-Id: tmoran@acm.org writes: > > GNAT doesn't exhibit such behavior. > I just 'touch'ed a spec file, but made no changes. I then ran gnatmake > with the same options as previously. Lo and behold, Gnat recompiled the > spec, the body, and the main program that 'with'ed that spec. So Gnat > most assuredly does recompile when there might be a change. If you say "gnatmake -m" it will only recompile for significant differences (not just layout, comment etc). Great for those of us who generate code!