[llvm-commits] [PATCH] Makefile.rules: [PR9321] "make install" may install include files along explicit pattern.

Eric Christopher echristo at apple.com
Mon Mar 7 16:42:51 PST 2011


On Mar 7, 2011, at 4:16 PM, NAKAMURA Takumi wrote:

> Eric,
> 
>> Can you give me a list of differences in the install before and after this patch please?
> 
> It suppresses installing 4 files below;
> include/llvm/CMakeLists.txt
> include/llvm/Config/config.h.cmake
> include/llvm/Config/llvm-config.h.cmake
> include/llvm/Support/DataTypes.h.cmake
> 
> It is rather an issue PR2928 than PR9321.
> Bug 2928 - make install shall ignore *.cmake files. (edit)

OK then. Just wanted to make sure you did a find <install path> -print and diffed the results between the two runs.

-eric



More information about the llvm-commits mailing list