http://llvm.org/bugs/show_bug.cgi?id=19235

            Bug ID: 19235
           Summary: CMake build doesn't have handy "make update"
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 12274
  --> http://llvm.org/bugs/attachment.cgi?id=12274&action=edit
Patch for cmake build to provide "make update" functionality

It's possible to update the llvm project and all the subprojects with simple

  make update

I can't find similar functionality for the CMake build. Executing "make update"
in the root directory produces

  Makefile:44: Makefile.config: No such file or directory
  Makefile:146: /Makefile.rules: No such file or directory
  make: *** No rule to make target `/Makefile.rules'.  Stop.

Please find portable (I hope) CMake module providing exactly this functionality
attached. I've tested "make update" on CMake-generated Makefile on linux and it
works just fine for me. I have no chance to test it on Windows.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to