mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db3f95770e
commit
24d9d974ac
@ -1230,6 +1230,11 @@ ifneq ($(strip $(LibName.A)),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef NO_INSTALL
|
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::
|
install-local::
|
||||||
$(Echo) Install circumvented with NO_INSTALL
|
$(Echo) Install circumvented with NO_INSTALL
|
||||||
uninstall-local::
|
uninstall-local::
|
||||||
|
Loading…
Reference in New Issue
Block a user