OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUBVERSION
(Results
1 - 4
of
4
) sorted by null
/external/ltp/tools/top-LTP/proc/
version.c
19
"procps version " VERSION "."
SUBVERSION
"." MINORVERSION;
21
const char procps_version[] = "procps version " VERSION "."
SUBVERSION
;
module.mk
73
$(CC) $(CFLAGS) $(FPIC) -DVERSION=\"$(VERSION)\" -DSUBVERSION=\"$(
SUBVERSION
)\" -DMINORVERSION=\"$(MINORVERSION)\" -c -o $@ $<
/external/ltp/tools/top-LTP/
Makefile
2
SUBVERSION
:= 1
/external/swiftshader/third_party/LLVM/utils/buildit/
build_llvm
58
# The
subversion
number of the submission, e.g. 03.
131
SUBVERSION
=`echo $RC_ProjectSourceVersion | sed -e 's/[^.]*\.\([0-9]*\).*/\1/'`
133
if [ "x$
SUBVERSION
" != "x$RC_ProjectSourceVersion" ]; then
134
LLVM_SUBMIT_SUBVERSION=`printf "%02d" $
SUBVERSION
`
Completed in 529 milliseconds