OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_ProjectSourceVersion
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/buildit/
GNUmakefile
53
ifndef
RC_ProjectSourceVersion
54
RC_ProjectSourceVersion
= 9999
68
$(
RC_ProjectSourceVersion
) $(RC_ProjectSourceSubversion)
build_llvm
80
SUBVERSION=`echo $
RC_ProjectSourceVersion
| sed -e 's/.*\.\([0-9]*\).*/\1/'`
81
if [ "x$SUBVERSION" != "x$
RC_ProjectSourceVersion
" ]; then
83
RC_ProjectSourceVersion
=`echo $
RC_ProjectSourceVersion
| sed -e 's/\..*//'`
84
LLVM_SUBMIT_VERSION=$
RC_ProjectSourceVersion
235
echo "#define LLVM_VERSION ${
RC_ProjectSourceVersion
}" > $DEST_DIR$DEST_ROOT/include/llvm/Version.h
/external/compiler-rt/make/
AppleBI.mk
55
echo "const char vers[] = \"@(#) $(RC_ProjectName)-$(
RC_ProjectSourceVersion
)\"; " > $(OBJROOT)/version.c
59
-compatibility_version 1 -current_version $(
RC_ProjectSourceVersion
) \
Completed in 754 milliseconds