build.pl (86e1cf34) build.pl (b9fd132d)
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 55 unchanged lines hidden (view full) ---

64 my @modes_array = ();
65 if (!$@) {
66 $enable_xml = 1;
67 @modes_array = split('\s' , $ENV{BUILD_TYPE});
68 };
69#### script id #####
70
71 ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 55 unchanged lines hidden (view full) ---

64 my @modes_array = ();
65 if (!$@) {
66 $enable_xml = 1;
67 @modes_array = split('\s' , $ENV{BUILD_TYPE});
68 };
69#### script id #####
70
71 ( my $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
72 my $id_str = ' $Revision: 275224 $ ';
72 my $id_str = ' $Revision$ ';
73 my $script_rev = 0;
74 $id_str =~ /Revision:\s+(\S+)\s+\$/
75 ? ($script_rev = $1) : ($script_rev = "-");
76
77 print "$script_name -- version: $script_rev\n";
78
79#########################
80# #

--- 3488 unchanged lines hidden ---
73 my $script_rev = 0;
74 $id_str =~ /Revision:\s+(\S+)\s+\$/
75 ? ($script_rev = $1) : ($script_rev = "-");
76
77 print "$script_name -- version: $script_rev\n";
78
79#########################
80# #

--- 3488 unchanged lines hidden ---