[LLVMbugs] [Bug 4820] New: [2.6] make clean removes llvm-config before it' s done using it

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Aug 28 15:32:01 PDT 2009


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

           Summary: [2.6] make clean removes llvm-config before it's done
                    using it
           Product: Build scripts
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=3387)
 --> (http://llvm.org/bugs/attachment.cgi?id=3387)
full transcript

Steps:
  1. From clean, build LLVM 2.6.
  2. Run "make clean".

I get output like this:

make[1]: Entering directory
`/usr/local/google/home/nlewycky/2.6/llvm-2.6/bindings'
make[2]: Entering directory
`/usr/local/google/home/nlewycky/2.6/llvm-2.6/bindings/ocaml'
make[3]: /usr/local/google/home/nlewycky/2.6/llvm-2.6/Release/bin/llvm-config:
Command not found
make[3]: Entering directory
`/usr/local/google/home/nlewycky/2.6/llvm-2.6/bindings/ocaml/llvm'
make[3]: /usr/local/google/home/nlewycky/2.6/llvm-2.6/Release/bin/llvm-config:
Command not found
make[3]: /usr/local/google/home/nlewycky/2.6/llvm-2.6/Release/bin/llvm-config:
Command not found
[...]

partway through the build. To help clarify the order of operations, I've
attached the full transcript of the make clean run.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list