Fix for cpp11-migrate built but not install, bug15793

Vane, Edwin edwin.vane at intel.com
Mon Apr 29 07:26:04 PDT 2013


LGTM.

From: cfe-commits-bounces at cs.uiuc.edu [mailto:cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Bernal, Ariel J
Sent: Monday, April 29, 2013 10:12 AM
To: cfe-commits at cs.uiuc.edu
Subject: Fix for cpp11-migrate built but not install, bug15793

Please, could someone review this patch? It fixes http://llvm.org/bugs/show_bug.cgi?id=15793. 
This allows autotools to build and install cpp11-migrate.


diff --git a/cpp11-migrate/tool/Makefile b/cpp11-migrate/tool/Makefile
index 193f069..75fca16 100644
--- a/cpp11-migrate/tool/Makefile
+++ b/cpp11-migrate/tool/Makefile
@@ -4,21 +4,20 @@
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

 CLANG_LEVEL := ../../../..
include $(CLANG_LEVEL)/../../Makefile.config

 TOOLNAME = cpp11-migrate
-NO_INSTALL = 1

 # No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1

 SOURCES = Cpp11Migrate.cpp

 # FIXME: All these gross relative paths will go away once transforms are lib-ified.

 # For each Transform subdirectory add to SOURCES and BUILT_SOURCES.
# BUILT_SOURCES ensures a subdirectory is created to house object files from







More information about the cfe-commits mailing list