Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-09-09 19:14:34 +0000
committereutarass2009-09-09 19:14:34 +0000
commit7e86658070bb10398b5f1f0c84a3866329a6c9f2 (patch)
tree207d6ad0778fb991cc86219de15130a7d4b5608c /tcf-agent.spec
parent5a4fadde6954bbaf585f8176c4c02a5806306507 (diff)
downloadorg.eclipse.tcf.agent-7e86658070bb10398b5f1f0c84a3866329a6c9f2.tar.gz
org.eclipse.tcf.agent-7e86658070bb10398b5f1f0c84a3866329a6c9f2.tar.xz
org.eclipse.tcf.agent-7e86658070bb10398b5f1f0c84a3866329a6c9f2.zip
TCF Agent: Run Control service: suspended context state now includes breakpoint IDs that were triggered by the context
Diffstat (limited to 'tcf-agent.spec')
-rw-r--r--tcf-agent.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcf-agent.spec b/tcf-agent.spec
index b29257c7..dca361d0 100644
--- a/tcf-agent.spec
+++ b/tcf-agent.spec
@@ -18,14 +18,14 @@ Target Communication Framework is universal, extensible, simple,
lightweight, vendor agnostic framework for tools and targets to
communicate for purpose of debugging, profiling, code patching and
other device software development needs. tcf-agent is a daemon,
-which provides TCF services that can be used by local and remote clients.
+which provides TCF services that can be used by local and remote clients.
-%prep
+%prep
rm -rf $RPM_BUILD_ROOT
%setup
%build
-make all CONF=Release
+make all CONF=Release
%install
make install CONF=Release INSTALLROOT=$RPM_BUILD_ROOT SBIN=%{_sbindir}

Back to the top