[llvm-commits] CVS: llvm/runtime/GCCLibraries/libm/Makefile
Reid Spencer
reid at x10sys.com
Thu Dec 2 01:31:54 PST 2004
Changes in directory llvm/runtime/GCCLibraries/libm:
Makefile updated: 1.5 -> 1.6
---
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: (+5 -4)
Index: llvm/runtime/GCCLibraries/libm/Makefile
diff -u llvm/runtime/GCCLibraries/libm/Makefile:1.5 llvm/runtime/GCCLibraries/libm/Makefile:1.6
--- llvm/runtime/GCCLibraries/libm/Makefile:1.5 Tue Oct 21 13:25:37 2003
+++ llvm/runtime/GCCLibraries/libm/Makefile Thu Dec 2 03:31:40 2004
@@ -6,10 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = m
+
+LEVEL=../../..
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=m
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list