diff options
author | Aaron Bockover <abockover@novell.com> | 2010-05-01 16:19:11 -0400 |
---|---|---|
committer | Gabriel Burt <gabriel.burt@gmail.com> | 2010-05-05 12:55:31 -0700 |
commit | b9d78821e3dc28dd1f5426c68b854a96f869fb0e (patch) | |
tree | 19b58289ed2c5ea44650579f71e7bfd1fa7aa476 | |
parent | 16e57c10fe5f8fc281804b4bda4736bb2f0116ee (diff) |
[MeeGo] Added a make monitor-meego target
-rw-r--r-- | Makefile.am | 3 | ||||
-rwxr-xr-x | extras/monitor-meego | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 232e01bf1..442f89501 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 000000000..f4d54ec45 --- /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; +" |