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-Thread: 103376,430e73ffe1dca4e9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: How to exit a loop with keyboard input Date: Fri, 16 Apr 2010 10:03:03 -0400 Organization: The Wasteland Message-ID: References: <176f2831-ce2a-4bb1-9e04-47f662fc7176@q23g2000yqd.googlegroups.com> <20100412181434.dd154269.tero.koskinen@iki.fi> <780f0643-3c51-4cc6-827e-3fd68d477423@x12g2000yqx.googlegroups.com> NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: g2news1.google.com comp.lang.ada:10018 Date: 2010-04-16T10:03:03-04:00 List-Id: In article , Simon Wright wrote: > The installed .ali files should be made read-only (which may mean adding > -f to the cp, rm calls). > > Not sure about the uninstall target -- shouldn't the original be > replaced, if there was one? You're right; thanks for commenting on this. I originally used the target to be sure I wasn't inadvertently mixing old and new. In practice, I use tar -zxv or svn revert to start fresh; but that seems outside the scope of a makefile. I should at least rename the target, or get rid of it outright. -- John B. Matthews trashgod at gmail dot com