OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:builddir
(Results
1 - 25
of
355
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/docs/analyzer/
Makefile
8
BUILDDIR
= _build
13
ALLSPHINXOPTS = -d $(
BUILDDIR
)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
44
-rm -rf $(
BUILDDIR
)/*
47
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(
BUILDDIR
)/html
49
@echo "Build finished. The HTML pages are in $(
BUILDDIR
)/html."
52
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(
BUILDDIR
)/dirhtml
54
@echo "Build finished. The HTML pages are in $(
BUILDDIR
)/dirhtml."
57
$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(
BUILDDIR
)/singlehtml
59
@echo "Build finished. The HTML page is in $(
BUILDDIR
)/singlehtml."
62
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(
BUILDDIR
)/pickl
[
all
...]
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/
Makefile.sphinx
8
BUILDDIR
= _build
13
ALLSPHINXOPTS = -d $(
BUILDDIR
)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
44
-rm -rf $(
BUILDDIR
)/*
47
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(
BUILDDIR
)/html
49
@echo "Build finished. The HTML pages are in $(
BUILDDIR
)/html."
52
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(
BUILDDIR
)/dirhtml
54
@echo "Build finished. The HTML pages are in $(
BUILDDIR
)/dirhtml."
57
$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(
BUILDDIR
)/singlehtml
59
@echo "Build finished. The HTML page is in $(
BUILDDIR
)/singlehtml."
62
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(
BUILDDIR
)/pickl
[
all
...]
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/chromium_org/third_party/mesa/src/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
%/json
[
all
...]
/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/clang/docs/
Makefile.sphinx
8
BUILDDIR
= _build
13
ALLSPHINXOPTS = -d $(
BUILDDIR
)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
44
-rm -rf $(
BUILDDIR
)/*
47
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(
BUILDDIR
)/html
51
@echo "Copying legacy HTML-formatted docs into $(
BUILDDIR
)/html"
52
@cp -a *.html $(
BUILDDIR
)/html
56
@cp -a Block-ABI-Apple.txt $(
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.
[
all
...]
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/chromium_org/tools/gyp/test/builddir/src/
builddir.gypi
10
'OutputDirectory': '<(DEPTH)\\
builddir
/Default',
16
'SYMROOT': '<(DEPTH)/
builddir
',
/external/llvm/test/Bindings/Ocaml/
ext_exc.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %t.
builddir
/ext_exc.ml -o %t
analysis.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %t.
builddir
/analysis.ml -o %t
bitwriter.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %t.
builddir
/bitwriter.ml -o %t
/external/e2fsprogs/contrib/
build-rpm
14
builddir
=${pkgname}-${pkgvers}
22
# We need to build a tarball for the SRPM using $
builddir
as the
27
cp -sR `pwd`/$currdir $tmpdir/$
builddir
|| exit 1
30
[ -f $tmpdir/$
builddir
/Makefile ] && make -C $tmpdir/$
builddir
distclean
33
(cd $tmpdir && tar czfh ${
builddir
}.tar.gz $EXCLUDE $
builddir
)
/external/chromium_org/native_client_sdk/src/doc/
Makefile
7
BUILDDIR
= _build
17
ALLSPHINXOPTS = -d $(
BUILDDIR
)/doctrees $(SPHINXOPTS) .
34
rm -rf $(
BUILDDIR
)/*
37
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(
BUILDDIR
)/html
39
@echo "Build finished. The HTML pages are in $(
BUILDDIR
)/html."
42
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(
BUILDDIR
)/linkcheck
45
"or in $(
BUILDDIR
)/linkcheck/output.txt."
48
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(
BUILDDIR
)/doctest
50
"results in $(
BUILDDIR
)/doctest/output.txt."
70
-rm $(
BUILDDIR
)/.buildinf
[
all
...]
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/
prog2.gyp
7
'../
builddir
.gypi',
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/
prog3.gyp
7
'../../
builddir
.gypi',
/external/chromium_org/third_party/binutils/
build-all.sh
66
BUILDDIR
=lucid-chroot-$ARCH/build
69
if [ -d "$
BUILDDIR
" ]; then
70
sudo rm -rf "$
BUILDDIR
"
74
sudo mkdir -p "$
BUILDDIR
"
75
sudo cp -a binutils-$VERSION "$
BUILDDIR
"
76
sudo cp -a build-one.sh "$
BUILDDIR
"
99
sudo chown -R $(whoami) "$
BUILDDIR
/output/"
102
for i in "$
BUILDDIR
/output/$ARCHNAME/bin/*"; do
107
cp -a "$
BUILDDIR
/output/$ARCHNAME" "$OUTPUTDIR"
110
sudo rm -rf "$
BUILDDIR
"
[
all
...]
/external/chromium_org/chrome/installer/linux/common/
installer.include
62
-e "s#@@
BUILDDIR
@@#${
BUILDDIR
}#g" \
94
source "${
BUILDDIR
}/installer/version.txt"
116
DEBUGFILE="${
BUILDDIR
}/${PROGNAME}.debug"
117
STRIPPEDFILE="${
BUILDDIR
}/${PROGNAME}.stripped"
118
"${
BUILDDIR
}/installer/common/eu-strip" -o "${STRIPPEDFILE}" -f "${DEBUGFILE}" "${
BUILDDIR
}/${PROGNAME}"
123
install -m 644 "${
BUILDDIR
}/resources.pak" "${STAGEDIR}/${INSTALLDIR}/"
128
if [ -r "${
BUILDDIR
}/chrome_100_percent.pak" ]; then
129
install -m 644 "${
BUILDDIR
}/chrome_100_percent.pak" "${STAGEDIR}/${INSTALLDIR}/
[
all
...]
/external/chromium_org/third_party/icu/source/test/iotest/
Makefile.in
27
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
29
BUILDDIR
:= $(
BUILDDIR
:test/iotest/../../=)
31
BUILDDIR
:= $(
BUILDDIR
:test\\iotest/../../=)
33
BUILDDIR
:= $(
BUILDDIR
:TEST\\IOTEST/../../=)
36
DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
/external/chromium_org/third_party/icu/source/test/letest/
Makefile.in
26
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
28
BUILDDIR
:= $(
BUILDDIR
:test/cintltst/../../=)
30
BUILDDIR
:= $(
BUILDDIR
:test\\cintltst/../../=)
32
BUILDDIR
:= $(
BUILDDIR
:TEST\\CINTLTST/../../=)
35
DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
/external/chromium_org/tools/gyp/test/builddir/
gyptest-all.py
18
# gyp-file-specific settings (e.g. the stuff in
builddir
.gypi) that the other
33
'<OutDir>..\\
builddir
\\Default\\</OutDir>')
36
'OutputDirectory="..\\
builddir
\\Default\\"')
40
test.subdir('relocate/
builddir
')
42
# Make sure that all the built ../../etc. files only get put under
builddir
,
43
# by making all of relocate read-only and then making only
builddir
writable.
45
test.writable('relocate/
builddir
', True)
76
dir = 'relocate/
builddir
/Default/'
gyptest-default.py
18
# gyp-file-specific settings (e.g. the stuff in
builddir
.gypi) that the other
33
'<OutDir>..\\
builddir
\\Default\\</OutDir>')
36
'OutputDirectory="..\\
builddir
\\Default\\"')
40
test.subdir('relocate/
builddir
')
42
# Make sure that all the built ../../etc. files only get put under
builddir
,
43
# by making all of relocate read-only and then making only
builddir
writable.
45
test.writable('relocate/
builddir
', True)
76
dir = 'relocate/
builddir
/Default/'
/external/deqp/scripts/build/
build.py
18
if not os.path.exists(config.
buildDir
):
19
os.makedirs(config.
buildDir
)
Completed in 290 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>