HomeSort by relevance Sort by last modified time
    Searched refs:RC_ProjectSourceVersion (Results 1 - 6 of 6) sorted by null

  /external/libcxxabi/lib/
buildit 25 if [ -z $RC_ProjectSourceVersion ]
27 RC_ProjectSourceVersion=1
52 -current_version ${RC_ProjectSourceVersion} \
  /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
241 echo "#define LLVM_VERSION ${RC_ProjectSourceVersion}" > $DEST_DIR$DEST_ROOT/include/llvm/Version.h
  /external/libcxx/lib/
buildit 38 if [ -z "$RC_ProjectSourceVersion" ]
40 RC_ProjectSourceVersion=1
87 -current_version ${RC_ProjectSourceVersion} \
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 45 if [ -z $RC_ProjectSourceVersion ]
47 RC_ProjectSourceVersion=1
74 -current_version ${RC_ProjectSourceVersion} \
  /external/compiler-rt/make/
AppleBI.mk 59 echo "const char vers[] = \"@(#) $(RC_ProjectName)-$(RC_ProjectSourceVersion)\"; " > $(OBJROOT)/version.c
63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
135 echo "const char vers[] = \"@(#) $(RC_ProjectName)-$(RC_ProjectSourceVersion)\"; " > $(OBJROOT)/version.c
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \

Completed in 418 milliseconds