[llvm-commits] CVS: llvm/tools/gccas/Makefile
Reid Spencer
reid at x10sys.com
Sat Feb 10 07:14:17 PST 2007
Changes in directory llvm/tools/gccas:
Makefile updated: 1.30 -> 1.31
---
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/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.30 llvm/tools/gccas/Makefile:1.31
--- llvm/tools/gccas/Makefile:1.30 Sat Feb 3 18:23:51 2007
+++ llvm/tools/gccas/Makefile Sat Feb 10 09:14:00 2007
@@ -13,16 +13,16 @@
install-local:: $(PROJ_bindir)/gccas
$(PROJ_bindir)/gccas : gccas.sh Makefile
- $(Echo)Installing gccas shell script.
- $(Verb)sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
- $(Verb)chmod 0755 $@
+ $(Echo) Installing gccas shell script.
+ $(Verb) sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
+ $(Verb) chmod 0755 $@
all-local:: $(ToolDir)/gccas
$(ToolDir)/gccas : gccas.sh Makefile
- $(Echo)Making $(ToolDir)/gccas shell script.
- $(Verb)sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
- $(Verb)chmod 0755 $@
+ $(Echo) Making $(ToolDir)/gccas shell script.
+ $(Verb) sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
+ $(Verb) chmod 0755 $@
clean-local::
$(Verb)$(RM) -f $(ToolDir)/gccas
More information about the llvm-commits
mailing list