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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.41.145 with SMTP id o17mr26800651qae.3.1373516468873; Wed, 10 Jul 2013 21:21:08 -0700 (PDT) X-Received: by 10.49.25.36 with SMTP id z4mr1053452qef.6.1373516468829; Wed, 10 Jul 2013 21:21:08 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!eu.feeder.erje.net!feeder.erje.net!us.feeder.erje.net!news.glorb.com!t19no1140884qam.0!news-out.google.com!f7ni2030qai.0!nntp.google.com!t19no1078592qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Jul 2013 21:21:08 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=178.197.231.19; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 178.197.231.19 References: <062c95f8-445d-49f1-8bd2-76481f146cf7@googlegroups.com> <51DD1B2F.1010105@obry.net> <76be6848-d0b9-4f6b-9cd1-72caf33edda5@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2814c2b3-f83d-462b-83df-6be2f6cdc190@googlegroups.com> Subject: Re: Q: Multiple GNAT project files and object directories From: gautier_niouzes@hotmail.com Injection-Date: Thu, 11 Jul 2013 04:21:08 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:16283 Date: 2013-07-10T21:21:08-07:00 List-Id: Le mercredi 10 juillet 2013 21:53:51 UTC+2, Simon Wright a =E9crit=A0: > Not here. >=20 > Did you perhaps just change the compiler? that would cause everything to > be rebuilt. It was not due to a compiler change. Whenever I switched (and again and aga= in...) the build mode, it recompiled (only) the "with"-ed project's. Now I try to reproduce that: path only with GPL 2012, first build which as = expected recompiles everything because of compiler change, then flipping th= e switch (from the command line this time) - no recompile. Aaaaargh! G.