OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mktarball
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/
testcurl.pl
47
# --
mktarball
=[command] Command to run after completed test
73
use vars qw($name $email $desc $confopts $runtestopts $setupfile $
mktarball
101
elsif ($ARGV[0] =~ /--
mktarball
=/) {
102
$
mktarball
= (split(/=/, shift @ARGV, 2))[1];
809
if (($
mktarball
ne '') && (-x $
mktarball
)) {
810
system($
mktarball
);
/build/make/core/
config.mk
582
MKTARBALL
:= build/make/tools/
mktarball
.sh
[
all
...]
Completed in 143 milliseconds