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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: Re: gprbuilds and bullds using the gpr within gps Date: Mon, 01 Jun 2015 21:00:48 +0200 Organization: Home - http://www.obry.net Message-ID: <1433185248.16183.5.camel@obry.net> References: <4119667f-ff4b-4459-8bff-238129fbfac8@googlegroups.com> <1teh70zjdn77y.md3f0lzwuwlw$.dlg@40tude.net> <1juv3wak3bptw.143w83hasffth.dlg@40tude.net> Reply-To: pascal@obry.net NNTP-Posting-Host: CNFZnCvMAilqyz+dRWMOCg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Complaints-To: abuse@aioe.org X-Mailer: Evolution 3.12.11-1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:26123 Date: 2015-06-01T21:00:48+02:00 List-Id: Le vendredi 29 mai 2015 =C3=A0 22:05 +0200, Dmitry A. Kazakov a =C3=A9crit = :=20 > With projects with-ing other projects? Does it know if it should continue > to "install" recursively or stop?=20 Yes, it won't install a project already installed for example. You can also disable the recursive behavior. If you don't want to install a project the Active project's attribute can be used. Also it will install only the bodies if required (i.e. the spec has a generic or inline unit). The tool gprinstall is very nice (I certainly won't call it a hack) and it make it possible to do large clean-up in Makefile! I can assure you having moved many projects to use gprinstall. Also at the end gprinstall --uninstall will remove *every* installed files. It also makes it easier to install on Windows where it is a pain to have a decent working shell (or at least one compatible with all Unixes). --=20 Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://v2p.fr.eu.org http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B