HomeSort by relevance Sort by last modified time
    Searched full:makeflags (Results 1 - 25 of 276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/make/tools/makeparallel/
Makefile.test 5 @+echo MAKEFLAGS=$${MAKEFLAGS}; \
makeparallel.cpp 60 // Extract flags from MAKEFLAGS that need to be propagated to subproccess
64 const char* makeflags_env = getenv("MAKEFLAGS");
69 // The MAKEFLAGS format is pretty useless. The first argument might be empty
74 std::string makeflags = makeflags_env; local
76 // Split makeflags into individual args on spaces. Multiple spaces are
81 found = makeflags.find_first_of(" ", base);
82 args.push_back(makeflags.substr(base, found - base));
84 } while (found != makeflags.npos);
94 if (args[0].find('=') == makeflags.npos) {
309 std::vector<std::string> makeflags = ReadMakeflags() local
    [all...]
Makefile 63 MAKEPARALLEL_TEST := MAKEFLAGS= MAKELEVEL= MAKEPARALLEL=$(MAKEPARALLEL) $(MAKE) -f Makefile.test test
64 MAKEPARALLEL_NINJA_TEST := MAKEFLAGS= MAKELEVEL= MAKEPARALLEL="$(MAKEPARALLEL) --ninja" $(MAKE) -f Makefile.test test
  /external/fio/
appveyor.yml 3 MAKEFLAGS: -j 2
  /external/ImageMagick/PerlMagick/
check.sh.in 25 echo "MAKEFLAGS='${MAKEFLAGS}'"
  /build/kati/testcase/
cmdline_var_makeflags.sh 34 export MAKEFLAGS="MFVAR=PASS CLVAR=FAIL"
  /device/linaro/hikey/wpan/uim/
Makefile 0 MAKEFLAGS += --no-print-directory
  /external/syslinux/efi/
check-gnu-efi.sh 26 export MAKEFLAGS=
  /external/ltp/testscripts/build/
build_test_function.sh 107 ${MAKEFLAGS} \
128 ${MAKEFLAGS} \
144 # $MAKEFLAGS - flags to pass directly to gmake(1).
150 ${MAKEFLAGS} \
160 # $MAKEFLAGS - flags to pass directly to gmake(1).
167 ${MAKEFLAGS} \
README 44 - MAKEFLAGS - flags which will be passed directly into make
  /build/kati/
flags.cc 56 if (const char* makeflags = getenv("MAKEFLAGS")) {
57 for (StringPiece tok : WordScanner(makeflags)) {
  /external/autotest/client/deps/iwcap/src/
Makefile 3 MAKEFLAGS += --no-print-directory
  /external/strace/debian/
rules 19 MAKEFLAGS += -j$(NUMJOBS)
  /external/libpng/contrib/pngminim/decoder/
makefile 103 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
108 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
  /external/libpng/contrib/pngminim/encoder/
makefile 102 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
107 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
  /external/libpng/contrib/pngminim/preader/
makefile 118 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
123 $(MAKE) -f $(PNGSRC)/scripts/pnglibconf.mak $(MAKEFLAGS)\
  /external/linux-kselftest/tools/testing/selftests/
Makefile 47 # Clear LDFLAGS and MAKEFLAGS if called from main
52 override MAKEFLAGS =
  /external/syslinux/mk/
syslinux.mk 18 MAKEFLAGS += -r
  /external/valgrind/exp-dhat/tests/
Makefile.in 36 sane_makeflags=$$MAKEFLAGS; \
40 case $$MAKEFLAGS in \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  /external/valgrind/lackey/tests/
Makefile.in 37 sane_makeflags=$$MAKEFLAGS; \
41 case $$MAKEFLAGS in \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  /external/valgrind/shared/
Makefile.in 36 sane_makeflags=$$MAKEFLAGS; \
40 case $$MAKEFLAGS in \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  /external/libvpx/libvpx/build/make/
iosbuild.sh 367 MAKEFLAGS=${MAKEFLAGS}
  /external/iw/
Makefile 0 MAKEFLAGS += --no-print-directory
  /external/libnfnetlink/include/
Makefile.in 22 case $$MAKEFLAGS in \
27 for am__flg in $$MAKEFLAGS; do \
286 for f in x $$MAKEFLAGS; do \
311 for f in x $$MAKEFLAGS; do \
  /external/ImageMagick/
Makefile.am 80 MAKEFLAGS="$(MAKEFLAGS)" \

Completed in 9926 milliseconds

1 2 3 4 5 6 7 8 91011>>