Loading Build-tools/mysql-copyright +4 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,10 @@ sub main print "\"./configure\" was not produced, exiting!\n"; exit(0); } if (-d "autom4te.cache") { print "Trying to delete autom4te.cache dir\n" if $opt_verbose; system("rm -rf autom4te.cache") or print "Unable to delete autom4te.cache dir: $!\n"; } } # fix file copyrights Loading Build-tools/mysql-copyright-2 +1 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,7 @@ sub add_copyright $ARGV =~ /\.cc$/ || $ARGV =~ /\.h$/ || $ARGV =~ /\.cpp$/ || $ARGV =~ /\.txt$/ || $ARGV =~ /\.yy$/) { $start_copyright="/* "; Loading Loading
Build-tools/mysql-copyright +4 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,10 @@ sub main print "\"./configure\" was not produced, exiting!\n"; exit(0); } if (-d "autom4te.cache") { print "Trying to delete autom4te.cache dir\n" if $opt_verbose; system("rm -rf autom4te.cache") or print "Unable to delete autom4te.cache dir: $!\n"; } } # fix file copyrights Loading
Build-tools/mysql-copyright-2 +1 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,7 @@ sub add_copyright $ARGV =~ /\.cc$/ || $ARGV =~ /\.h$/ || $ARGV =~ /\.cpp$/ || $ARGV =~ /\.txt$/ || $ARGV =~ /\.yy$/) { $start_copyright="/* "; Loading