[LLVMbugs] [Bug 10010] New: install target performs compiling and linking
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 25 06:56:23 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10010
Summary: install target performs compiling and linking
Product: Build scripts
Version: 2.9
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: igmar at palsenberg.com
CC: llvmbugs at cs.uiuc.edu
make install seems to be performing linking and compiling in this target after
a complete build. While it works, I think this is wrong : The install target's
only job should be putting various things in the right place.
For a packager this means that testing the install target takes ages, which
isn't nice with large packages such as llvm.
To be correct, this should be fixed.
--
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