Ignore:
Timestamp:
Sep 17, 2002, 12:03:24 PM (22 years ago)
Author:
pstorz
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/buildall.pl

    r610 r611  
    22# automatisches buildskript fuer smartclient
    33# liest die konfiguration aus der mit -b übergebenen Datei
    4 # $Id: buildall.pl,v 1.8 2002/09/17 09:50:02 pstorz Exp $
     4# $Id: buildall.pl,v 1.9 2002/09/17 10:03:24 pstorz Exp $
    55# Philipp Storz, SuSE Linux AG
    66# pstorz@suse.de
     
    9898  chomp $workdir;
    9999  print "less +F $workdir/$mypath/$logfilename\n";
     100
     101
     102if ($opt_x)
     103  {
    100104  system "xterm -T \"build log for PACKET: $mypath    ARCH:$ArrayofBuilds[$i][1] \" -e less +F $workdir/$mypath/$logfilename &";
    101105  print "++++++++++++++++++++++++++++++++++++++++++\n";
    102106  $retval = system "cd $mypath; $build >$logfilename 2>&1;";
     107  }
     108  else
     109  {
     110    $retval = system "cd $mypath; $build |tee $logfilename";
     111  }
     112
     113
     114
     115#  system "xterm -T \"build log for PACKET: $mypath    ARCH:$ArrayofBuilds[$i][1] \" -e less +F $workdir/$mypath/$logfilename &";
     116#  print "++++++++++++++++++++++++++++++++++++++++++\n";
     117#  $retval = system "cd $mypath; $build >$logfilename 2>&1;";
    103118# $retval = system "./exit.sh 2>&1 > $logfilename;";
    104119
Note: See TracChangeset for help on using the changeset viewer.