[csw-devel] SF.net SVN: gar:[7331] csw/mgar/gar/v2/gar.mk

skayser at users.sourceforge.net skayser at users.sourceforge.net
Tue Nov 17 21:29:17 CET 2009


Revision: 7331
          http://gar.svn.sourceforge.net/gar/?rev=7331&view=rev
Author:   skayser
Date:     2009-11-17 20:29:17 +0000 (Tue, 17 Nov 2009)

Log Message:
-----------
gar/v2: multitail tweak, not yet sure why -j is needed, reduce window height to 1 meanwhile

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2009-11-17 19:48:50 UTC (rev 7330)
+++ csw/mgar/gar/v2/gar.mk	2009-11-17 20:29:17 UTC (rev 7331)
@@ -734,7 +734,7 @@
 merge-watch: _USEMULTITAIL=$(shell test -x $(MULTITAIL) && test -x $(TTY) && $(TTY) >/dev/null 2>&1; if [ $$? -eq 0 ]; then echo yes; fi)
 merge-watch: $(addprefix $(WORKROOTDIR)/build-,global $(MODULATIONS))
 	$(_DBG_MERGE)$(if $(_USEMULTITAIL),\
-		$(MULTITAIL) --retry-all $(foreach M,$(MODULATIONS),$(WORKROOTDIR)/build-$M/build.log) -j & echo $$! > $(WORKROOTDIR)/build-global/multitail.pid,\
+		$(MULTITAIL) --retry-all $(foreach M,$(MODULATIONS),$(WORKROOTDIR)/build-$M/build.log) -t "multi-platform-build in progress" -wh 1 -j & echo $$! > $(WORKROOTDIR)/build-global/multitail.pid,\
 		echo "Building all ISAs in parallel. Please see the individual logfiles for details:";$(foreach M,$(MODULATIONS),echo "- $(WORKROOTDIR)/build-$M/build.log";)\
 	)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list