diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-15 20:00:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-15 20:00:47 +0000 |
commit | b7dc2b92514454e0f428493d266dda2993f74b4b (patch) | |
tree | ba10bc3f6263cbb19f685b48f25ca04bb7c8f8d5 | |
parent | 0137afab0ae1c51da6a96d549529cba0e87d67f3 (diff) | |
download | external_llvm-b7dc2b92514454e0f428493d266dda2993f74b4b.zip external_llvm-b7dc2b92514454e0f428493d266dda2993f74b4b.tar.gz external_llvm-b7dc2b92514454e0f428493d266dda2993f74b4b.tar.bz2 |
Remove extraneous ;'s, no functional changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7902 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.common | 28 | ||||
-rw-r--r-- | Makefile.rules | 28 |
2 files changed, 28 insertions, 28 deletions
diff --git a/Makefile.common b/Makefile.common index 46821e2..0ba5aad 100644 --- a/Makefile.common +++ b/Makefile.common @@ -161,13 +161,13 @@ bytecode:: # Print out the directories used for building prdirs:: - echo "Home Offset : " $(HOME_OBJ_ROOT); - echo "Build Source Root: " $(BUILD_SRC_ROOT); - echo "Build Source Dir : " $(BUILD_SRC_DIR); - echo "Build Object Root: " $(BUILD_OBJ_ROOT); - echo "Build Object Dir : " $(BUILD_OBJ_DIR); - echo "LLVM Source Root: " $(LLVM_SRC_ROOT); - echo "LLVM Object Root: " $(LLVM_OBJ_ROOT); + echo "Home Offset : " $(HOME_OBJ_ROOT) + echo "Build Source Root: " $(BUILD_SRC_ROOT) + echo "Build Source Dir : " $(BUILD_SRC_DIR) + echo "Build Object Root: " $(BUILD_OBJ_ROOT) + echo "Build Object Dir : " $(BUILD_OBJ_DIR) + echo "LLVM Source Root: " $(LLVM_SRC_ROOT) + echo "LLVM Object Root: " $(LLVM_OBJ_ROOT) # # Mark all of these targets as phony. This will hopefully speed up builds @@ -546,18 +546,18 @@ $(LIBNAME_BC): $(ObjectsBC) $(LibSubDirs) $(DESTLIBBYTECODE)/.dir # $(LIBNAME_O): $(ObjectsO) $(LibSubDirs) $(DESTLIBRELEASE)/.dir @echo ======= Linking $(LIBRARYNAME) dynamic release library ======= - $(VERB) $(Link) -o $*.la $(ObjectsO) $(LibSubDirs) $(LibLinkOpts); - $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT); + $(VERB) $(Link) -o $*.la $(ObjectsO) $(LibSubDirs) $(LibLinkOpts) + $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT) $(LIBNAME_P): $(ObjectsP) $(LibSubDirs) $(DESTLIBPROFILE)/.dir @echo ======= Linking $(LIBRARYNAME) dynamic profile library ======= - $(VERB) $(Link) -o $*.la $(ObjectsP) $(LibSubDirs) $(LibLinkOpts); - $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT); + $(VERB) $(Link) -o $*.la $(ObjectsP) $(LibSubDirs) $(LibLinkOpts) + $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT) $(LIBNAME_G): $(ObjectsG) $(LibSubDirs) $(DESTLIBDEBUG)/.dir @echo ======= Linking $(LIBRARYNAME) dynamic debug library ======= - $(VERB) $(Link) -o $*.la $(ObjectsG) $(LibSubDirs) $(LibLinkOpts); - $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT); + $(VERB) $(Link) -o $*.la $(ObjectsG) $(LibSubDirs) $(LibLinkOpts) + $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT) # # Rules for building static archive libraries. @@ -756,7 +756,7 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output) # The last line is a gross hack to work around flex aparently not being able to # resize the buffer on a large token input. Currently, for uninitialized string # buffers in LLVM we can generate very long tokens, so this is a hack around it. -# FIXME. (f.e. char Buffer[10000]; ) +# FIXME. (f.e. char Buffer[10000] ) # %.cpp: %.l @echo Flex\'ing $<... diff --git a/Makefile.rules b/Makefile.rules index 46821e2..0ba5aad 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -161,13 +161,13 @@ bytecode:: # Print out the directories used for building prdirs:: - echo "Home Offset : " $(HOME_OBJ_ROOT); - echo "Build Source Root: " $(BUILD_SRC_ROOT); - echo "Build Source Dir : " $(BUILD_SRC_DIR); - echo "Build Object Root: " $(BUILD_OBJ_ROOT); - echo "Build Object Dir : " $(BUILD_OBJ_DIR); - echo "LLVM Source Root: " $(LLVM_SRC_ROOT); - echo "LLVM Object Root: " $(LLVM_OBJ_ROOT); + echo "Home Offset : " $(HOME_OBJ_ROOT) + echo "Build Source Root: " $(BUILD_SRC_ROOT) + echo "Build Source Dir : " $(BUILD_SRC_DIR) + echo "Build Object Root: " $(BUILD_OBJ_ROOT) + echo "Build Object Dir : " $(BUILD_OBJ_DIR) + echo "LLVM Source Root: " $(LLVM_SRC_ROOT) + echo "LLVM Object Root: " $(LLVM_OBJ_ROOT) # # Mark all of these targets as phony. This will hopefully speed up builds @@ -546,18 +546,18 @@ $(LIBNAME_BC): $(ObjectsBC) $(LibSubDirs) $(DESTLIBBYTECODE)/.dir # $(LIBNAME_O): $(ObjectsO) $(LibSubDirs) $(DESTLIBRELEASE)/.dir @echo ======= Linking $(LIBRARYNAME) dynamic release library ======= - $(VERB) $(Link) -o $*.la $(ObjectsO) $(LibSubDirs) $(LibLinkOpts); - $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT); + $(VERB) $(Link) -o $*.la $(ObjectsO) $(LibSubDirs) $(LibLinkOpts) + $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT) $(LIBNAME_P): $(ObjectsP) $(LibSubDirs) $(DESTLIBPROFILE)/.dir @echo ======= Linking $(LIBRARYNAME) dynamic profile library ======= - $(VERB) $(Link) -o $*.la $(ObjectsP) $(LibSubDirs) $(LibLinkOpts); - $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT); + $(VERB) $(Link) -o $*.la $(ObjectsP) $(LibSubDirs) $(LibLinkOpts) + $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT) $(LIBNAME_G): $(ObjectsG) $(LibSubDirs) $(DESTLIBDEBUG)/.dir @echo ======= Linking $(LIBRARYNAME) dynamic debug library ======= - $(VERB) $(Link) -o $*.la $(ObjectsG) $(LibSubDirs) $(LibLinkOpts); - $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT); + $(VERB) $(Link) -o $*.la $(ObjectsG) $(LibSubDirs) $(LibLinkOpts) + $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT) # # Rules for building static archive libraries. @@ -756,7 +756,7 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output) # The last line is a gross hack to work around flex aparently not being able to # resize the buffer on a large token input. Currently, for uninitialized string # buffers in LLVM we can generate very long tokens, so this is a hack around it. -# FIXME. (f.e. char Buffer[10000]; ) +# FIXME. (f.e. char Buffer[10000] ) # %.cpp: %.l @echo Flex\'ing $<... |