Changeset 611 for trunk/technical/common/build/buildall.pl
- Timestamp:
- Sep 17, 2002, 12:03:24 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r610 r611 2 2 # automatisches buildskript fuer smartclient 3 3 # liest die konfiguration aus der mit -b übergebenen Datei 4 # $Id: buildall.pl,v 1. 8 2002/09/17 09:50:02pstorz Exp $4 # $Id: buildall.pl,v 1.9 2002/09/17 10:03:24 pstorz Exp $ 5 5 # Philipp Storz, SuSE Linux AG 6 6 # pstorz@suse.de … … 98 98 chomp $workdir; 99 99 print "less +F $workdir/$mypath/$logfilename\n"; 100 101 102 if ($opt_x) 103 { 100 104 system "xterm -T \"build log for PACKET: $mypath ARCH:$ArrayofBuilds[$i][1] \" -e less +F $workdir/$mypath/$logfilename &"; 101 105 print "++++++++++++++++++++++++++++++++++++++++++\n"; 102 106 $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;"; 103 118 # $retval = system "./exit.sh 2>&1 > $logfilename;"; 104 119
Note:
See TracChangeset
for help on using the changeset viewer.