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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT Modification_Time limitation Date: Wed, 21 Nov 2018 17:32:48 +0000 Organization: A noiseless patient Spider Message-ID: References: <0577e947-d691-4b81-aca6-b2e86bbef634@googlegroups.com> <04221674-95d8-4d4a-8743-42877b13eead@googlegroups.com> <62ffa1fb-6733-4f97-ba87-ae3103bfc877@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="b55aaa7aef99db0c49f8733de0991c09"; logging-data="14493"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/aPr8HWUtsL/JfhkJHmzWfNiO3514Dw6g=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:rEbh8VkK4NrKYKpCkjyBcNrPbnk= sha1:jS1Ib8QQobEvLmjlRsKg7Higj1w= Xref: reader01.eternal-september.org comp.lang.ada:54864 Date: 2018-11-21T17:32:48+00:00 List-Id: briot.emmanuel@gmail.com writes: > That's more or less what gprbuild does in practice. It uses a > "distributed database" via the .ALI files, which are found in the > object directories, so for best use each "build" should have a > different object directories. And we are again hitting the notion of > "build". Ideally, each distinct set of scenario variable values should have its own object directory. Will take a lot of time for the initial compilations, of course.