OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bash
(Results
26 - 50
of
214
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/go/linux-x86/src/
buildall.bash
1
#!/usr/bin/env
bash
8
# buildall.
bash
builds the standard library for all Go-supported
15
if [ ! -f run.
bash
]; then
16
echo 'buildall.
bash
must be run from $GOROOT/src' 1>&2
35
./make.
bash
|| exit 1
naclmake.bash
1
#!/bin/
bash
6
# naclmake.
bash
builds runs make.
bash
for nacl, but not does run any
32
if [ ! -f make.
bash
]; then
33
echo 'nacltest.
bash
must be run from $GOROOT/src' 1>&2
48
GOOS=nacl GOARCH=$naclGOARCH ./make.
bash
androidtest.bash
1
#!/usr/bin/env
bash
13
if [ ! -f make.
bash
]; then
14
echo 'androidtest.
bash
must be run from $GOROOT/src' 1>&2
22
echo "androidtest.
bash
requires GOOS=android, got GOOS=$GOOS" 1>&2
43
. ./make.
bash
--no-banner
95
bash
run.
bash
--no-rebuild
cmp.bash
1
#!/usr/bin/env
bash
12
# The script builds the std library (make.
bash
) once
26
(export GO_GCFLAGS="$FLAGS1"; sh make.
bash
)
40
(export GO_GCFLAGS="$FLAGS2"; sh make.
bash
)
nacltest.bash
1
#!/bin/
bash
16
. ./naclmake.
bash
bootstrap.bash
1
#!/usr/bin/env
bash
8
# GOOS=linux GOARCH=ppc64 bootstrap.
bash
21
echo "usage: GOOS=os GOARCH=arch ./bootstrap.
bash
" >&2
46
./make.
bash
--no-banner
/build/kati/testcase/
override_export.mk
2
# ninja: can't export variable with space in name (by
bash
).
shell_var_with_args.mk
15
override SHELL := PS4="cmd: " /bin/
bash
$${FOO}
/build/soong/
soong.bash
1
#!/bin/
bash
13
echo "Error: soong script must be located in a directory created by bootstrap.
bash
"
40
BUILDDIR="${BUILDDIR}" NINJA="prebuilts/build-tools/${PREBUILTOS}/bin/ninja" build/blueprint/blueprint.
bash
"$@"
/external/selinux/policycoreutils/sestatus/
sestatus.conf
4
/bin/
bash
/prebuilts/go/darwin-x86/src/
androidtest.bash
1
#!/usr/bin/env
bash
13
if [ ! -f make.
bash
]; then
14
echo 'androidtest.
bash
must be run from $GOROOT/src' 1>&2
22
echo "androidtest.
bash
requires GOOS=android, got GOOS=$GOOS" 1>&2
43
. ./make.
bash
--no-banner
95
bash
run.
bash
--no-rebuild
cmp.bash
1
#!/usr/bin/env
bash
12
# The script builds the std library (make.
bash
) once
26
(export GO_GCFLAGS="$FLAGS1"; sh make.
bash
)
40
(export GO_GCFLAGS="$FLAGS2"; sh make.
bash
)
nacltest.bash
1
#!/bin/
bash
16
. ./naclmake.
bash
bootstrap.bash
1
#!/usr/bin/env
bash
8
# GOOS=linux GOARCH=ppc64 bootstrap.
bash
21
echo "usage: GOOS=os GOARCH=arch ./bootstrap.
bash
" >&2
46
./make.
bash
--no-banner
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_conf.mk
32
bash
$(PRIVATE_WPA_SUPPLICANT_CONF_SCRIPT) $(PRIVATE_WPA_SUPPLICANT_CONF_TEMPLATE) > $@
/build/soong/scripts/
build-ndk-prebuilts.sh
1
#!/bin/
bash
-ex
23
BUILDDIR=${SOONG_OUT} ./bootstrap.
bash
/dalvik/dx/tests/111-use-null-as-array/
run
1
#!/bin/
bash
21
bash
multidimensional.sh > multidimensional.j
/external/protobuf/jenkins/
build_and_run_docker.sh
1
#!/bin/
bash
42
bash
-l "/var/local/jenkins/protobuf/$DOCKER_RUN_SCRIPT" || FAILED="true"
/external/selinux/policycoreutils/setsebool/
Makefile
7
BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/
bash
-completion/completions
14
BASHCOMPLETIONS=setsebool-
bash
-completion.sh
/external/selinux/python/semanage/
Makefile
10
BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/
bash
-completion/completions
14
BASHCOMPLETIONS=semanage-
bash
-completion.sh
/external/selinux/python/sepolicy/
Makefile
12
BASHCOMPLETIONDIR ?= $(DESTDIR)/usr/share/
bash
-completion/completions
17
BASHCOMPLETIONS=sepolicy-
bash
-completion.sh
/external/curl/packages/vms/
build_gnv_curl.com
27
$
bash
gnv_curl_configure.sh
31
$
bash
make_gnv_curl_install.sh
/external/libcap/kdebug/
test-kernel.sh
1
#!/bin/
bash
39
file /bin/
bash
test-
bash
.sh 0755 0 0
/prebuilts/go/darwin-x86/test/dwarf/dwarf.dir/
main.go
3
// NOTE: This test is not run by 'run.go' and so not run by all.
bash
.
/prebuilts/go/linux-x86/test/dwarf/dwarf.dir/
main.go
3
// NOTE: This test is not run by 'run.go' and so not run by all.
bash
.
Completed in 1143 milliseconds
1
2
3
4
5
6
7
8
9