[vmkit-commits] [vmkit] r180402 - don't use SRC_DIR

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 10:07:46 PDT 2013


Author: peter.senna
Date: Thu Apr 25 12:06:16 2013
New Revision: 180402

URL: http://llvm.org/viewvc/llvm-project?rev=180402&view=rev
Log:
don't use SRC_DIR
(cherry picked from commit 03f5b238cae61cbc26c441da1fa47bdbd1bf91e8)

Modified:
    vmkit/trunk/lib/j3/LLVMRuntime/Makefile
    vmkit/trunk/lib/vmkit/Compiler/Makefile

Modified: vmkit/trunk/lib/j3/LLVMRuntime/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/j3/LLVMRuntime/Makefile?rev=180402&r1=180401&r2=180402&view=diff
==============================================================================
--- vmkit/trunk/lib/j3/LLVMRuntime/Makefile (original)
+++ vmkit/trunk/lib/j3/LLVMRuntime/Makefile Thu Apr 25 12:06:16 2013
@@ -10,10 +10,7 @@ LEVEL = ../../..
 
 include $(LEVEL)/Makefile.config
 
-VMKIT_RUNTIME_IN=$(PROJ_SRC_DIR)/runtime-default.ll
-VMKIT_RUNTIME_IN+=$(PROJ_SRC_DIR)/runtime-mmtk-thread.ll
-VMKIT_RUNTIME_IN+=$(PROJ_SRC_DIR)/runtime-single.ll
-
+VMKIT_RUNTIME_IN=runtime-default.ll runtime-mmtk-thread.ll runtime-single.ll
 VMKIT_RUNTIME_OUT=LLVMRuntime.inc
 
 include $(LEVEL)/Makefile.common

Modified: vmkit/trunk/lib/vmkit/Compiler/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/vmkit/Compiler/Makefile?rev=180402&r1=180401&r2=180402&view=diff
==============================================================================
--- vmkit/trunk/lib/vmkit/Compiler/Makefile (original)
+++ vmkit/trunk/lib/vmkit/Compiler/Makefile Thu Apr 25 12:06:16 2013
@@ -12,7 +12,7 @@ include $(LEVEL)/Makefile.config
 
 MODULE_WITH_GC = VmkitCompiler
 
-VMKIT_RUNTIME_IN=$(PROJ_SRC_DIR)/LLVMRuntime.ll
+VMKIT_RUNTIME_IN=LLVMRuntime.ll
 VMKIT_RUNTIME_OUT=LLVMRuntime.inc
 
 include $(LEVEL)/Makefile.common





More information about the vmkit-commits mailing list