projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c79c5a2
)
x86_64cpuid.pl cosmetics: harmonize $dir treatment with other modules.
author
Andy Polyakov
<appro@openssl.org>
Tue, 15 Jul 2008 19:52:20 +0000
(19:52 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 15 Jul 2008 19:52:20 +0000
(19:52 +0000)
crypto/x86_64cpuid.pl
patch
|
blob
|
history
diff --git
a/crypto/x86_64cpuid.pl
b/crypto/x86_64cpuid.pl
index 331529ae592ea3a41a0053aaf3027f2c2a65aebf..e19ecdbbfc8fc6da68d47a9d5b1004b3ecb9c6cc 100644
(file)
--- a/
crypto/x86_64cpuid.pl
+++ b/
crypto/x86_64cpuid.pl
@@
-100,8
+100,7
@@
OPENSSL_wipe_cpu:
___
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
___
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
-$dir = "." if $dir eq "";
-open STDOUT,"| $^X $dir/perlasm/x86_64-xlate.pl $output";
+open STDOUT,"| $^X ${dir}perlasm/x86_64-xlate.pl $output";
print<<___;
.text
print<<___;
.text