OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svnversion
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/
GetSourceVersion
18
svnversion
| sed -e "s#\([0-9]*\)[A-Z]*#\1#"
/external/chromium_org/third_party/icu/source/config/
dist.mk
25
SVNVER=$(shell
svnversion
$(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
60
@echo "
svnversion
of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
61
svnversion
$(SVNTOP)
/external/icu/icu4c/source/config/
dist.mk
25
SVNVER=$(shell
svnversion
$(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
60
@echo "
svnversion
of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
61
svnversion
$(SVNTOP)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
43
SVNVERSION
=
svnversion
$(srcdir)
588
-DSVNVERSION="\"`LC_ALL=C $(
SVNVERSION
)`\"" \
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
43
SVNVERSION
=
svnversion
$(srcdir)
589
-DSVNVERSION="\"`LC_ALL=C $(
SVNVERSION
)`\"" \
[
all
...]
Completed in 249 milliseconds