mkcopy revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident "%Z%%M% %I% %E% SMI"
#
# This script takes a file mapping CSV file as input (see Flist.csv for an
# example) and outputs a ksh script containing the SCCS and Teamware commands
# necessary to copy the required files from a stock perl 5.6.1 build directory
# into an ON workspace. Note that the 'sleep 1' commands are because Teamware
# can't cope with rapid check-ins of large numbers of files.
#
use strict;
# SCCS comment
my $comment =
# Read in the mapping file
;
}
}
# Process the mappings
$p =~ s!^\.!!;
# If it is to go into the s9 distrib directory
# If it is to go into the s9 arch directory
$p =~ s!$arch/?!!;
}
}
}
print("echo SUCCESS\n");