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

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



Changes in directory llvm/runtime/libprofile:

Makefile updated: 1.2 -> 1.3
---
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:  (+1 -2)

Index: llvm/runtime/libprofile/Makefile
diff -u llvm/runtime/libprofile/Makefile:1.2 llvm/runtime/libprofile/Makefile:1.3
--- llvm/runtime/libprofile/Makefile:1.2	Mon Oct 25 22:12:11 2004
+++ llvm/runtime/libprofile/Makefile	Thu Dec  2 03:31:40 2004
@@ -6,13 +6,12 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 BYTECODE_LIBRARY=1
 SHARED_LIBRARY=1
-#DONT_BUILD_RELINKED=1
 LIBRARYNAME=profile_rt
 EXTRA_DIST = exported_symbols.lst
 EXPORTED_SYMBOL_FILE = $(BUILD_SRC_DIR)/exported_symbols.lst
 
 include $(LEVEL)/Makefile.common
-






More information about the llvm-commits mailing list