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

Reid Spencer reid at x10sys.com
Thu Dec 2 01:31:54 PST 2004



Changes in directory llvm/runtime/GCCLibraries/libutempter:

Makefile updated: 1.3 -> 1.4
---
Log message:

Standardize the format of the runtime libraries makefiles.
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.


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

Index: llvm/runtime/GCCLibraries/libutempter/Makefile
diff -u llvm/runtime/GCCLibraries/libutempter/Makefile:1.3 llvm/runtime/GCCLibraries/libutempter/Makefile:1.4
--- llvm/runtime/GCCLibraries/libutempter/Makefile:1.3	Mon Aug  9 15:13:14 2004
+++ llvm/runtime/GCCLibraries/libutempter/Makefile	Thu Dec  2 03:31:40 2004
@@ -6,7 +6,8 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+
+LEVEL=../../..
 BYTECODE_LIBRARY=1
 DONT_BUILD_RELINKED=1
 LIBRARYNAME=utempter






More information about the llvm-commits mailing list