OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tarball_version_file
(Results
1 - 2
of
2
) sorted by null
/external/bison/build-aux/
git-version-gen
107
if test -z "$
tarball_version_file
"; then
108
tarball_version_file
="$1"
119
if test -z "$
tarball_version_file
"; then
135
if test -f $
tarball_version_file
137
v=`cat $
tarball_version_file
` || v=
144
&& echo "$0: WARNING: $
tarball_version_file
is missing or damaged" 1>&2
/external/strace/
git-version-gen
111
if test "x$
tarball_version_file
" = x; then
112
tarball_version_file
="$1"
123
if test "x$
tarball_version_file
" = x; then
139
if test -f $
tarball_version_file
141
v=`cat $
tarball_version_file
` || v=
148
&& echo "$0: WARNING: $
tarball_version_file
is missing or damaged" 1>&2
Completed in 373 milliseconds