1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files.

llvm-svn: 102752
This commit is contained in:
Daniel Dunbar 2010-04-30 20:04:53 +00:00
parent 81745b2e67
commit 7ed4688b9e

View File

@ -1230,6 +1230,11 @@ ifneq ($(strip $(LibName.A)),)
endif
ifdef NO_INSTALL
install-local::
$(Echo) Install circumvented with NO_INSTALL
uninstall-local::
$(Echo) Uninstall circumvented with NO_INSTALL
else ifdef NO_INSTALL_ARCHIVES
install-local::
$(Echo) Install circumvented with NO_INSTALL
uninstall-local::