Comment line of the makefile
authorChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 22:36:42 +0000 (22:36 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 22:36:42 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3770 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index f7cbf277007940dbc8ad7497bb659ac4bb22fdb0..cd21b40f4228951160a44488ee129aa3ded489cd 100644 (file)
@@ -206,6 +206,7 @@ endif
 
 ifdef LIBRARYNAME
 
+# Make sure there isn't any extranous whitespace on the LIBRARYNAME option
 LIBRARYNAME := $(strip $(LIBRARYNAME))
 
 LIBNAME_O    := $(LIBRELEASE)/lib$(LIBRARYNAME).so
index f7cbf277007940dbc8ad7497bb659ac4bb22fdb0..cd21b40f4228951160a44488ee129aa3ded489cd 100644 (file)
@@ -206,6 +206,7 @@ endif
 
 ifdef LIBRARYNAME
 
+# Make sure there isn't any extranous whitespace on the LIBRARYNAME option
 LIBRARYNAME := $(strip $(LIBRARYNAME))
 
 LIBNAME_O    := $(LIBRELEASE)/lib$(LIBRARYNAME).so