https://bugs.llvm.org/show_bug.cgi?id=35786

            Bug ID: 35786
           Summary: [ninja] provide meta install targets
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
          Assignee: unassignedb...@nondot.org
          Reporter: sjac...@mailueberfall.de
                CC: llvm-bugs@lists.llvm.org

With Makefiles we have the option to run `make install` in a subdirectory like
tools/clang to install everything clang related. With ninja, this option is
gone. Instead, to only install clang stuff we need multiple targets like `ninja
install-clang install-libclang install-libclang-headers ...`. It would be nice
to provide meta targets for all subprojects like `install clang-all` or
similar. This is especially useful to packagers who build LLVM once in-tree but
want to split tools and projects into individual packages.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to