Repository: trafficserver Updated Branches: refs/heads/master 97394aedc -> 95b6f4750
TS-3938: Minor update to not echo the commands and added force to mv Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/95b6f475 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/95b6f475 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/95b6f475 Branch: refs/heads/master Commit: 95b6f4750909fa6f770b22559d14c16e29f00ac1 Parents: 97394ae Author: Bryan Call <[email protected]> Authored: Fri Mar 4 15:20:57 2016 -0800 Committer: Bryan Call <[email protected]> Committed: Fri Mar 4 15:22:19 2016 -0800 ---------------------------------------------------------------------- tools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/95b6f475/tools/Makefile.am ---------------------------------------------------------------------- diff --git a/tools/Makefile.am b/tools/Makefile.am index 24d97f7..10e9f3a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -54,5 +54,5 @@ http_load_http_load_SOURCES = \ endif all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) - sed "s/ -fPIE//" tsxs > tsxs.new - mv tsxs.new tsxs + @sed "s/ -fPIE//" tsxs > tsxs.new + @mv -f tsxs.new tsxs
