[banshee/art-caching] Bring back the glorious colored logging



commit 9e5879044845a3962bcd97f6bbfe8aef07e1d2bb
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Dec 3 18:35:17 2009 -0800

    Bring back the glorious colored logging
    
    Moved tee'd output to run-logged target, and updated run-perf target to
    use that.

 Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c2c1d8a..1c3e24b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,9 +44,12 @@ $(MO_FILES): $(LC_BUILD)/%/LC_MESSAGES/$(PACKAGE).mo: po/%.gmo
 	cp -af '$<' '$@'
 
 run: $(MO_FILES)
+	(cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS))
+
+run-logged: $(MO_FILES)
 	(cd bin; $(MONO) --debug $(BANSHEE_DEV_MONO_OPTIONS) Nereid.exe --debug --uninstalled $(BANSHEE_DEV_OPTIONS) | tee last-run-log)
 
-run-perf: run
+run-perf: run-logged
 	extras/perf-analyze-log bin/last-run-log
 
 gdb:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]