Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAKE_OPTS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/
H
A
D
build.sh
21
MAKE_OPTS
="-j$(getconf _NPROCESSORS_ONLN)"
22
MAKE_OPTS_OUT_TREE="$
MAKE_OPTS
-C $BUILD_DIR -f $SRC_DIR/Makefile top_srcdir=$SRC_DIR top_builddir=$BUILD_DIR"
113
make $
MAKE_OPTS
135
make $
MAKE_OPTS
install
/third_party/icu/tools/multi/c/
H
A
D
Makefile
47
( make $(
MAKE_OPTS
) -C $(BLD)/$*/icu/source 2>&1 all install | tee $(BLD)/$*/build.log ) || ( mv $(BLD)/$*/build.log $(BLD)/$*/build.err ; false )
52
( make $(
MAKE_OPTS
) -C $(BLD)/r$*/icu/source 2>&1 all install | tee $(BLD)/r$*/build.log ) || ( mv $(BLD)/r$*/build.log $(BLD)/r$*/build.err ; false )
/third_party/icu/tools/multi/proj/provider/
H
A
D
Makefile
167
$(call LOG_COMPILE,../../c/ricus$(PLUGLIB).log,$(MAKE)
MAKE_OPTS
=$(
MAKE_OPTS
) XTRA_RICU_CPPFLAGS=$(XTRA_RICU_CPPFLAGS) -C ../../c ICUVERS=$(PLUGLIB) ricus)
Completed in 2 milliseconds