HomeSort by relevance Sort by last modified time
    Searched refs:BUILDDIR (Results 1 - 25 of 28) sorted by null

1 2

  /build/blueprint/
blueprint.bash 12 # BUILDDIR
16 # this script into the $BUILDDIR, where it may be executed.
24 # BUILDDIR should be set to the path to store build results. By default,
27 [ -z "$BUILDDIR" ] && BUILDDIR=`dirname "${BASH_SOURCE[0]}"`
34 if [ ! -f "${BUILDDIR}/.blueprint.bootstrap" ]; then
44 source "${BUILDDIR}/.blueprint.bootstrap"
46 GEN_BOOTSTRAP_MANIFEST="${BUILDDIR}/.minibootstrap/build.ninja.in"
56 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/.minibootstrap/build.ninja"
59 "${NINJA}" -w dupbuild=err -f "${BUILDDIR}/.bootstrap/build.ninja
    [all...]
bootstrap.bash 15 # BUILDDIR
36 # installed into the builddir. It is set to blueprint's blueprint.bash
48 # BUILDDIR should be set to the path to store build results. By default, this
50 [ -z "$BUILDDIR" ] && BUILDDIR=.
97 b) BUILDDIR="$OPTARG";;
120 if [ -x $BUILDDIR/.bootstrap/bin/minibp ]; then
122 $BUILDDIR/.bootstrap/bin/minibp $EXTRA_ARGS -o $BOOTSTRAP_MANIFEST $SRCDIR/$TOPNAME
124 echo "Executable minibp not found at $BUILDDIR/.bootstrap/bin/minibp" >&2
129 mkdir -p $BUILDDIR/.minibootstra
    [all...]
  /build/soong/
bootstrap.bash 7 if [[ ! -z "$BUILDDIR" ]]; then
8 echo "error: To use BUILDDIR, run from the source directory"
11 export BUILDDIR=$("${ORIG_SRCDIR}/build/soong/scripts/reverse_path.py" "$ORIG_SRCDIR")
14 if [[ -z "$BUILDDIR" ]]; then
41 mkdir -p $BUILDDIR
43 if [[ $(find $BUILDDIR -maxdepth 1 -name Android.bp) ]]; then
48 export SRCDIR_FROM_BUILDDIR=$(build/soong/scripts/reverse_path.py "$BUILDDIR")
50 sed -e "s|@@BuildDir@@|${BUILDDIR}|" \
53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstra
    [all...]
soong.bash 26 ENVFILE="${BUILDDIR}/.soong.environment"
27 ENVTOOL="${BUILDDIR}/.bootstrap/bin/soong_env"
40 BUILDDIR="${BUILDDIR}" NINJA="prebuilts/build-tools/${PREBUILTOS}/bin/ninja" build/blueprint/blueprint.bash "$@"
  /external/mesa3d/src/gallium/docs/
Makefile 8 BUILDDIR = build
13 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
31 -rm -rf $(BUILDDIR)/*
34 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
36 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
39 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
41 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
44 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
49 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
54 $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhel
    [all...]
make.bat 6 set BUILDDIR=build
7 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
31 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
32 del /q /s %BUILDDIR%\*
37 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
44 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
51 %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
58 %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/jso
    [all...]
  /external/fio/doc/
Makefile 8 BUILDDIR = output
13 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
49 rm -rf $(BUILDDIR)/*
53 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
59 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
61 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
65 $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
67 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
71 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickl
    [all...]
make.bat 8 set BUILDDIR=_build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
47 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
48 del /q /s %BUILDDIR%\*
78 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
81 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
86 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
89 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
94 %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
97 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
    [all...]
  /external/clang/docs/analyzer/
make.bat 8 set BUILDDIR=_build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
42 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
43 del /q /s %BUILDDIR%\*
48 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
56 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
64 %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml
    [all...]
  /external/clang/docs/
make.bat 8 set BUILDDIR=_build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
42 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
43 del /q /s %BUILDDIR%\*
48 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
56 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
64 %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml
    [all...]
  /external/llvm/docs/
make.bat 8 set BUILDDIR=_build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
42 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
43 del /q /s %BUILDDIR%\*
48 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
56 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
64 %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml
    [all...]
  /external/bart/docs/api_reference/
Makefile 8 BUILDDIR = _build
18 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
52 rm -rf $(BUILDDIR)/*
59 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
61 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
64 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
66 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
69 $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
71 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
74 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickl
    [all...]
  /external/devlib/doc/
Makefile 8 BUILDDIR = _build
18 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
52 rm -rf $(BUILDDIR)/*
55 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
57 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
60 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
62 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
65 $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
67 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
70 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickl
    [all...]
make.bat 8 set BUILDDIR=_build
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
45 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
46 del /q /s %BUILDDIR%\*
76 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
79 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
84 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
87 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
92 %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
95 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
    [all...]
  /external/trappy/doc/api_reference/
Makefile 8 BUILDDIR = _build
18 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
52 rm -rf $(BUILDDIR)/*
59 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
61 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
64 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
66 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
69 $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
71 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
74 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickl
    [all...]
  /external/icu/icu4c/source/test/letest/
Makefile.in 25 BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../
27 BUILDDIR := $(BUILDDIR:test/cintltst/../../=)
29 BUILDDIR := $(BUILDDIR:test\\cintltst/../../=)
31 BUILDDIR := $(BUILDDIR:TEST\\CINTLTST/../../=)
34 DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
  /external/mdnsresponder/mDNSWindows/Java/
makefile 56 BUILDDIR = build\debug
62 BUILDDIR = build\prod
79 @if not exist $(BUILDDIR) mkdir $(BUILDDIR)
85 @copy $(BUILDDIR)\jdns_sd.dll "$(DSTROOT)\WINDOWS\system32\Win32"
86 @copy $(BUILDDIR)\dns_sd.jar "$(DSTROOT)\Program Files\Bonjour\Win32"
91 copy $(BUILDDIR)\dns_sd.jar $(INSTALLDIR)
92 copy $(BUILDDIR)\jdns_sd.dll $(INSTALLDIR)
97 @if exist $(BUILDDIR) $(RMDIR) $(BUILDDIR)
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in 84 BUILDDIR=$(MAINBUILDDIR)/$(ICUDATA_PLATFORM_NAME)
88 CURRBLDDIR=$(BUILDDIR)/curr
90 LANGBLDDIR=$(BUILDDIR)/lang
92 REGIONBLDDIR=$(BUILDDIR)/region
94 ZONEBLDDIR=$(BUILDDIR)/zone
96 UNITBLDDIR=$(BUILDDIR)/unit
98 COLBLDDIR=$(BUILDDIR)/coll
100 RBNFBLDDIR=$(BUILDDIR)/rbnf
102 TRANSLITBLDDIR=$(BUILDDIR)/translit
105 BRKBLDDIR=$(BUILDDIR)/brkit
    [all...]
  /build/soong/scripts/
build-ndk-prebuilts.sh 23 BUILDDIR=${SOONG_OUT} ./bootstrap.bash
  /external/python/cpython2/Doc/
make.bat 17 if "%BUILDDIR%" EQU "" set BUILDDIR=build
25 rmdir /q /s %BUILDDIR%
76 cmd /C %SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . %BUILDDIR%\%*
96 echo.above. Any output will be found in %BUILDDIR%\%1
98 echo.Build succeeded. All output should be in %BUILDDIR%\%1
108 if EXIST %BUILDDIR%\html\index.html (
109 echo.Opening %BUILDDIR%\html\index.html in the default web browser...
110 start %BUILDDIR%\html\index.html
120 cmd /C %PYTHON% ..\Tools\scripts\serve.py %BUILDDIR%\html
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.sh 22 BUILDDIR=$ANDROIDBUILDDIR/..
23 BASEDIR=$BUILDDIR/external
  /external/icu/icu4c/source/tools/genren/
Makefile 17 BUILDDIR = $(top_builddir)
32 include $(BUILDDIR)/icudefs.mk
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 22 BUILDDIR=$ANDROIDBUILDDIR/..
23 BASEDIR=$BUILDDIR/third_party
  /external/vulkan-validation-layers/
update_external_sources.sh 13 BUILDDIR=$PWD
14 BASEDIR=$BUILDDIR/external
  /build/soong/ui/build/
soong.go 26 cmd.Environment.Set("BUILDDIR", config.SoongOutDir())

Completed in 839 milliseconds

1 2