mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Merge, go back to copy-if-different.
This commit is contained in:
parent
ea4507ee1c
commit
1a70fe953a
@ -1372,8 +1372,7 @@ sub do_copy_rule
|
||||
if ($n =~ /bss_file/)
|
||||
{ $pp=".c"; }
|
||||
else { $pp=$p; }
|
||||
# $ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp\n\t\$(PERL) \$(SRC_D)${o}util${o}copy-if-different.pl \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
|
||||
$ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp\n\t\$(CP) \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
|
||||
$ret.="$to${o}$n$pp: \$(SRC_D)$o$_$pp\n\t\$(PERL) \$(SRC_D)${o}util${o}copy-if-different.pl \"\$(SRC_D)$o$_$pp\" \"$to${o}$n$pp\"\n\n";
|
||||
}
|
||||
return($ret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user