AdaCore / gpr

The framework for analyzing the GNAT Project (GPR) files
Apache License 2.0
17 stars 9 forks source link

Support building just the libraries. #10

Closed simonjwright closed 7 months ago

simonjwright commented 9 months ago

The current Makefile doesn't support building the libraries and not the tools, whereas the install targets provide for installing just the libraries.

The initial commentary is misleading (it doesn't mention the tools).

This change adds a target 'build-libs', to build just the libraries.

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

Jicquel commented 7 months ago

Hello @simonjwright, and thank you for your contribution! Sorry for the delay in answering this PR. In this case, the change has already been implemented, so this PR is now not applicable, and we will close it for this reason. Please update your local repository; you should now be able to use the build-libs target in the Makefile. 

simonjwright commented 7 months ago

In this case, the change has already been implemented, so this PR is now not applicable, and we will close it for this reason.

I still think it’d be good if the initial comments documented the actual options available!

Jicquel commented 7 months ago

I still think it’d be good if the initial comments documented the actual options available!

Sure! Could you please either open a new PR or update this one to only reflect a documentation change?

simonjwright commented 7 months ago

Updated this PR.

Jicquel commented 7 months ago

Your PR has been merged internally: https://github.com/AdaCore/gpr/commit/3999ff4e24158a163d81f3bfe0b803338e1efa49. Thank you again for your contribution!