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,9023f3818c3c6a68 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-25 13:48:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: Detecting the OS type before clearing screen Date: 25 Mar 2003 13:48:02 -0800 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0303251348.5f3042c0@posting.google.com> References: <87adfjvj5i.fsf@inf.enst.fr> <3E80671C.E404719E@equipement.gouv.fr> NNTP-Posting-Host: 212.160.20.107 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1048628882 31632 127.0.0.1 (25 Mar 2003 21:48:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 25 Mar 2003 21:48:02 GMT Xref: archiver1.google.com comp.lang.ada:35699 Date: 2003-03-25T21:48:02+00:00 List-Id: Lutz Donnerhacke wrote in message news:... > * SIMON Claude wrote: > > ..........renaming the package renames all specifications in one > > instruction......... > > Yep, the reason for my approach was to configure additional items and to > keep the os dependant packages outside the visibility of any other package, > even in the case of errors. > > The GNAT approach to solve this is to write several OS-dependant files > containing the *same* package os and linking the right one to os.ads. Symlinks work for this. Well, on some systems ;-) Regards, Wojtek