OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f987c77
)
Clean this up a bit: hide command unless verbose output requested, echo
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 3 Feb 2007 16:09:12 +0000
(16:09 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sat, 3 Feb 2007 16:09:12 +0000
(16:09 +0000)
a useful comment line, add a clean target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33834
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/gccas/Makefile
patch
|
blob
|
history
diff --git
a/tools/gccas/Makefile
b/tools/gccas/Makefile
index
d1dd626
..
b5a2886
100644
(file)
--- a/
tools/gccas/Makefile
+++ b/
tools/gccas/Makefile
@@
-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