[llvm-commits] CVS: llvm/runtime/libprofile/Makefile

Chris Lattner sabre at nondot.org
Tue Oct 18 13:36:01 PDT 2005


On Tue, 18 Oct 2005, Reid Spencer wrote:

> Shouldn't that be LLVM_SRC_DIR?  PROJ_SRC_DIR is going to make the makefile 
> think that its somewhere in llvm/projects/X.

I don't think so.  PROJ_SRC_DIR should be llvm/ for the main llvm tree.

-Chris

> Chris Lattner wrote:
>> Changes in directory llvm/runtime/libprofile:
>> 
>> Makefile updated: 1.7 -> 1.8
>> ---
>> Log message:
>> 
>> This was never updated for the project makefile changes
>> 
>> 
>> ---
>> Diffs of the changes:  (+1 -1)
>> 
>>  Makefile |    2 +-
>>  1 files changed, 1 insertion(+), 1 deletion(-)
>> 
>> 
>> Index: llvm/runtime/libprofile/Makefile
>> diff -u llvm/runtime/libprofile/Makefile:1.7 
>> llvm/runtime/libprofile/Makefile:1.8
>> --- llvm/runtime/libprofile/Makefile:1.7	Thu Jan 13 10:53:05 2005
>> +++ llvm/runtime/libprofile/Makefile	Tue Oct 18 13:49:11 2005
>> @@ -13,7 +13,7 @@
>>  LOADABLE_MODULE = 1
>>  LIBRARYNAME = profile_rt
>>  EXTRA_DIST = exported_symbols.lst
>> -EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
>> +EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
>>  BYTECODE_DESTINATION = $(CFERuntimeLibDir)
>>   include $(LEVEL)/Makefile.common
>> 
>> 
>> 
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>> 
>

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-commits mailing list