[llvm-commits] [TV] r79001 - in /television/trunk: Makefile.common Makefile.config.in

Misha Brukman brukman+llvm at gmail.com
Fri Aug 14 07:56:27 PDT 2009


Author: brukman
Date: Fri Aug 14 09:56:27 2009
New Revision: 79001

URL: http://llvm.org/viewvc/llvm-project?rev=79001&view=rev
Log:
Cleanups: added copyright header, dropped trailing whitespace.

Modified:
    television/trunk/Makefile.common
    television/trunk/Makefile.config.in

Modified: television/trunk/Makefile.common
URL: http://llvm.org/viewvc/llvm-project/television/trunk/Makefile.common?rev=79001&r1=79000&r2=79001&view=diff

==============================================================================
--- television/trunk/Makefile.common (original)
+++ television/trunk/Makefile.common Fri Aug 14 09:56:27 2009
@@ -1,10 +1,10 @@
 #===-- Makefile.common - Common make rules for LLVM-TV -----*- Makefile -*--===#
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file was developed by the LLVM research group and is distributed under
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+#
 #===------------------------------------------------------------------------===#
 
 #
@@ -16,4 +16,3 @@
 # Include LLVM's Master Makefile.
 #
 include $(LLVM_SRC_ROOT)/Makefile.rules
-

Modified: television/trunk/Makefile.config.in
URL: http://llvm.org/viewvc/llvm-project/television/trunk/Makefile.config.in?rev=79001&r1=79000&r2=79001&view=diff

==============================================================================
--- television/trunk/Makefile.config.in (original)
+++ television/trunk/Makefile.config.in Fri Aug 14 09:56:27 2009
@@ -1,3 +1,12 @@
+#===-- Makefile.config.in - Config rules for LLVM-TV -------*- Makefile -*--===#
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+#===------------------------------------------------------------------------===#
+
 PROJECT_NAME = @PACKAGE_NAME@
 PROJ_VERSION = @PACKAGE_VERSION@
 





More information about the llvm-commits mailing list