projects
/
oweals
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make some perl scripts output to stdout
[oweals/openssl.git]
/
tools
/
build.info
1
{- our $c_rehash_name =
2
$config{target} =~ /^(VC|vms)-/ ? "c_rehash.pl" : "c_rehash";
3
"" -}
4
IF[{- !$disabled{apps} -}]
5
SCRIPTS={- $c_rehash_name -}
6
SOURCE[{- $c_rehash_name -}]=c_rehash.in
7
ENDIF