[LLVMbugs] [Bug 10699] New: ExtraSource Variable
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 18 13:49:01 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10699
Summary: ExtraSource Variable
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: gmalecha at eecs.harvard.edu
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=7096)
--> (http://llvm.org/bugs/attachment.cgi?id=7096)
patch
According to the Projects documentation (http://llvm.org/docs/Projects.html)
the ExtraSource variable can be used to specify additional source files that
should be compiled. This variable does not seem to be used in any LLVM
Makefile. This seems like either a bug in the Makefiles or a bug in the
documentation.
The attached patch appends ExtraSource to the Sources variable.
It also creates directories when they don't exist so that ExtraSource can point
to files in deeper directories.
--
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