[banshee/stable-1.6] [MeeGo] Added a make monitor-meego target
- From: Aaron Bockover <abock src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-1.6] [MeeGo] Added a make monitor-meego target
- Date: Sat, 1 May 2010 20:30:26 +0000 (UTC)
commit b5b2bca3d3f215775505e9718b7887b5228c2d93
Author: Aaron Bockover <abockover novell com>
Date: Sat May 1 16:19:11 2010 -0400
[MeeGo] Added a make monitor-meego target
Makefile.am | 3 +++
extras/monitor-meego | 8 ++++++++
2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 232e01b..442f895 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,6 +85,9 @@ query-trace:
push-meego:
@extras/push-meego
+monitor-meego:
+ @extras/monitor-meego
+
gdb:
@pushd bin; \
gdb mono --eval-command="handle SIGXCPU SIG35 SIGPWR nostop noprint" --eval-command="b g_return_if_fail_warning" --eval-command="r --debug Nereid.exe --debug --uninstalled"; \
diff --git a/extras/monitor-meego b/extras/monitor-meego
new file mode 100755
index 0000000..f4d54ec
--- /dev/null
+++ b/extras/monitor-meego
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+meego-ssh "
+ cd ~/.config/banshee-1;
+ rm -f log;
+ touch log;
+ tail -f log;
+"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]