summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-08 02:11:55 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-08 02:11:55 +0000
commitef5dc7072fb96a66cc744c0fd6550def9e7f7159 (patch)
tree4e00c760903cbaad7d531ca02401b799cf30908f /Makefile
parent86e34fb20c9d0ee8d128e2e6330a6d4240584b2d (diff)
downloadllvm-ef5dc7072fb96a66cc744c0fd6550def9e7f7159.tar.gz
llvm-ef5dc7072fb96a66cc744c0fd6550def9e7f7159.tar.bz2
llvm-ef5dc7072fb96a66cc744c0fd6550def9e7f7159.tar.xz
Removed trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61904 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index d453330a2e..f7642d6164 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
#===- ./Makefile -------------------------------------------*- Makefile -*--===#
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
#===------------------------------------------------------------------------===#
LEVEL := .
@@ -30,7 +30,7 @@ endif
EXTRA_DIST := test unittests llvm.spec include win32 Xcode
-include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.config
# llvm-gcc4 doesn't need runtime libs. llvm-gcc4 is the only supported one.
# FIXME: Remove runtime entirely once we have an understanding of where
@@ -59,7 +59,7 @@ ifeq ($(MAKECMDGOALS),unittests)
OPTIONAL_DIRS :=
endif
-# Don't install utils, examples, or projects they are only used to
+# Don't install utils, examples, or projects they are only used to
# build LLVM.
ifeq ($(MAKECMDGOALS),install)
DIRS := $(filter-out utils, $(DIRS))
@@ -130,7 +130,7 @@ FilesToConfig := \
FilesToConfigPATH := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))
all-local:: $(FilesToConfigPATH)
-$(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
+$(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
$(Echo) Regenerating $*
$(Verb) cd $(LLVM_OBJ_ROOT) && $(ConfigStatusScript) $*
.PRECIOUS: $(FilesToConfigPATH)
@@ -138,7 +138,7 @@ $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
# NOTE: This needs to remain as the last target definition in this file so
# that it gets executed last.
ifneq ($(BUILD_DIRS_ONLY),1)
-all::
+all::
$(Echo) '*****' Completed $(BuildMode)$(AssertMode) Build
ifeq ($(BuildMode),Debug)
$(Echo) '*****' Note: Debug build can be 10 times slower than an
@@ -154,10 +154,10 @@ check-llvm2cpp:
check-one:
$(Verb)$(MAKE) -C test check-one TESTONE=$(TESTONE)
-srpm: $(LLVM_OBJ_ROOT)/llvm.spec
+srpm: $(LLVM_OBJ_ROOT)/llvm.spec
rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec
-rpm: $(LLVM_OBJ_ROOT)/llvm.spec
+rpm: $(LLVM_OBJ_ROOT)/llvm.spec
rpmbuild -bb --target $(TARGET_TRIPLE) $(LLVM_OBJ_ROOT)/llvm.spec
show-footprint: