mkmerge 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 merge the required files from a stock perl 5.6.1 build directory
# on top of a workspace containing the existing 5.005_03 version. 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 was in s8 but isn't in s9, delete it
} else {
}
# If it is to go into the s9 distrib directory
# If it already exists in s8, edit & check in
"sccs edit $f )\n");
# Otherwise check in
} else {
}
# If it is to go into the s9 arch directory
$p =~ s!$arch/?!!;
} else {
}
}
}
}
print("echo SUCCESS\n");