[llvm-commits] CVS: llvm/tools/gccld/Makefile
Reid Spencer
reid at x10sys.com
Sat Feb 10 07:14:19 PST 2007
Changes in directory llvm/tools/gccld:
Makefile updated: 1.19 -> 1.20
---
Log message:
Align make log output with the rest of llvm.
---
Diffs of the changes: (+6 -6)
Makefile | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.19 llvm/tools/gccld/Makefile:1.20
--- llvm/tools/gccld/Makefile:1.19 Fri Feb 9 09:21:02 2007
+++ llvm/tools/gccld/Makefile Sat Feb 10 09:14:00 2007
@@ -14,16 +14,16 @@
install-local:: $(PROJ_bindir)/gccld
$(PROJ_bindir)/gccld : gccld.sh Makefile
- $(Echo)Installing gccld shell script.
- $(Verb)sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
- $(Verb)chmod 0755 $@
+ $(Echo) Installing gccld shell script.
+ $(Verb) sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
+ $(Verb) chmod 0755 $@
all-local:: $(ToolDir)/gccld
$(ToolDir)/gccld : gccld.sh Makefile
- $(Echo)Making $(ToolDir)/gccld shell script.
- $(Verb)sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
- $(Verb)chmod 0755 $@
+ $(Echo) Making $(ToolDir)/gccld shell script.
+ $(Verb) sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
+ $(Verb) chmod 0755 $@
clean-local::
$(Verb)$(RM) -f $(ToolDir)/gccld
More information about the llvm-commits
mailing list