Changeset 694 for trunk/technical/common/build/buildall.pl
- Timestamp:
- Nov 21, 2004, 9:00:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r687 r694 29 29 30 30 # Pfad, zu dem die Pfade in buildlist stehen 31 my $smartclient_root="../../"; 32 33 my $BUILD_DEST_DIR="/tmp/smartclient_build/"; 31 my $src_root="../../"; 32 33 34 my $BUILD_DEST_DIR="/tmp/build.$ENV{'USER'}/"; 34 35 my $INSTALL_SRC_SKEL_DIR="/net/dist/data/dist/sles/8/skeleton-i386/smartclient/"; 35 36 … … 102 103 { 103 104 print("$ArrayofBuilds[$i][0]\t\t$ArrayofBuilds[$i][1]\t\t$ArrayofBuilds[$i][2]\n"); 104 $mypath = $s martclient_root.$ArrayofBuilds[$i][0];105 $mypath = $src_root.$ArrayofBuilds[$i][0]; 105 106 106 107 if ($ArrayofBuilds[$i][2]) … … 119 120 tr/\//\_/; 120 121 `mkdir -p $BUILD_DEST_DIR`; 121 my $logfilename = "$BUILD_DEST_DIR/$_$ArrayofBuilds[$i][1].log"; 122 `mkdir -p $BUILD_DEST_DIR/log`; 123 my $logfilename = "$BUILD_DEST_DIR/log/$_$ArrayofBuilds[$i][1].log"; 122 124 123 125 my $build_cmd="cd $mypath && $build";
Note:
See TracChangeset
for help on using the changeset viewer.