From: Daniel Dunbar Date: Fri, 30 Apr 2010 20:04:53 +0000 (+0000) Subject: Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=24d9d974acac65a3ab02e234dd542e1bfeba8166;p=oota-llvm.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index ba4fd3a30eb..4ab9ecbbd2b 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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::