Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 30 Apr 2010 20:04:53 +0000 (20:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 30 Apr 2010 20:04:53 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102752 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index ba4fd3a30eb6ec8e2d01b92908ab6c3f794e0f8c..4ab9ecbbd2bf493d2647e8e128b5322d821d2cc5 100644 (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::