Clean this up a bit: hide command unless verbose output requested, echo

a useful comment line, add a clean target.

llvm-svn: 33834
This commit is contained in:
Reid Spencer 2007-02-03 16:09:12 +00:00
parent 9d851fca1e
commit 5458e0e135
1 changed files with 6 additions and 2 deletions

View File

@ -13,10 +13,14 @@ include $(LEVEL)/Makefile.common
install-local:: $(PROJ_bindir)/gccas
$(PROJ_bindir)/gccas : gccas.sh
sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
$(Echo)Installing gccas shell script.
$(Verb)sed "s#@TOOLDIR@#$(PROJ_bindir)#" $< > $@
all-local:: $(ToolDir)/gccas
$(ToolDir)/gccas : gccas.sh
sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
$(Echo)Making $(ToolDir)/gccas shell script.
$(Verb)sed "s#@TOOLDIR@#$(ToolDir)#" $< > $@
clean-local::
$(Verb)$(RM) -f $(ToolDir)/gccas