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

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 9 13:07:54 PDT 2004



Changes in directory llvm/runtime:

Makefile updated: 1.18 -> 1.19
---
Log message:

* Remove UIUC-specific comment
* Make header comment span 80 cols


---
Diffs of the changes:  (+2 -4)

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.18 llvm/runtime/Makefile:1.19
--- llvm/runtime/Makefile:1.18	Sun May 23 16:26:29 2004
+++ llvm/runtime/Makefile	Mon Aug  9 15:07:44 2004
@@ -1,4 +1,4 @@
-##===- runtime/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,7 +6,6 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-# llvm/runtime Makefile:  Build all subdirectories automatically
 
 LEVEL = ..
 include $(LEVEL)/Makefile.config
@@ -24,8 +23,7 @@
 
 include $(LEVEL)/Makefile.common
 
-# Install target for libraries: Copy into the 'bytecode-libs' subdirectory
-# of LLVMGCCDIR.  (On the UIUC machines, this is in Chris's home directory.)
+# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
 #
 install::
 






More information about the llvm-commits mailing list