| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | qemu-testing.rst | 38 $ bash rootfs.sh --arch armhf --distro bionic --size 1G 43 $ bash rootfs.sh --arch arm64 --distro focal --size 2G 56 $ bash setup.sh --qemu --kernel arm 57 $ bash setup.sh --qemu --kernel arm64 62 $ bash setup.sh --kernel arm 63 $ bash setup.sh --kernel arm64 68 $ bash setup.sh --qemu 73 $ bash setup.sh --clean 103 $ sudo bash run-qemu.sh --arch arm --rootfs <path of rootfs image> 104 $ sudo bash run-qemu.sh --arch arm64 --rootfs <path of rootfs image> [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/user-docs/ |
| H A D | CrossTranslationUnit.rst | 55 .. code-block:: bash 74 .. code-block:: bash 86 .. code-block:: bash 94 .. code-block:: bash 100 .. code-block:: bash 107 .. code-block:: bash 133 .. code-block:: bash 153 .. code-block:: bash 180 .. code-block:: bash 192 .. code-block:: bash [all …]
|
| /openbsd-src/gnu/gcc/config/ |
| H A D | mh-lynxrs6k | 1 # /bin/sh is too buggy, so use /bin/bash instead. 2 SHELL = /bin/bash
|
| /openbsd-src/gnu/usr.bin/binutils/config/ |
| H A D | mh-lynxrs6k | 1 # /bin/sh is too buggy, so use /bin/bash instead. 2 SHELL = /bin/bash
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
| H A D | mh-lynxrs6k | 1 # /bin/sh is too buggy, so use /bin/bash instead. 2 SHELL = /bin/bash
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | bashrc.sh | 5 if [[ -f /etc/bash.bashrc ]]; then 6 source /etc/bash.bashrc
|
| /openbsd-src/gnu/usr.bin/perl/vos/ |
| H A D | compile_full_perl.cm | 35 &then !bash vos/configure_full_perl.sh -DDEBUGGING -Doptimize=-g 36 &else !bash vos/configure_full_perl.sh 38 !bash vos/make_full_perl.sh
|
| H A D | configure_full_perl.sh | 21 bash Configure -des
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Docker.rst | 51 The ``llvm/utils/docker`` folder contains Dockerfiles and simple bash scripts to 77 .. code-block:: bash 90 .. code-block:: bash 106 After the image is built you can run bash inside a container based on your image 109 .. code-block:: bash 111 docker run -ti clang-debian10:staging bash 113 Now you can run bash commands as you normally would: 115 .. code-block:: bash 163 .. code-block:: bash
|
| H A D | TestSuiteGuide.md | 10 ```bash 18 ```bash 29 ```bash 37 ```bash 77 ```bash 142 ```bash 267 ```bash 274 ```bash 288 ```bash 324 ```bash [all …]
|
| H A D | HowToSubmitABug.rst | 98 .. code-block:: bash 108 .. code-block:: bash 118 .. code-block:: bash 175 .. code-block:: bash 200 .. code-block:: bash 208 .. code-block:: bash 219 .. code-block:: bash 234 .. code-block:: bash 242 .. code-block:: bash 251 .. code-block:: bash
|
| H A D | HowToBuildOnARM.rst | 33 .. code-block:: bash 40 .. code-block:: bash 55 .. code-block:: bash 64 .. code-block:: bash
|
| H A D | HowToUpdateDebugInfo.rst | 309 .. code-block:: bash 319 .. code-block:: bash 336 .. code-block:: bash 365 .. code-block:: bash 375 .. code-block:: bash 388 .. code-block:: bash 396 .. code-block:: bash 403 .. code-block:: bash 465 .. code-block:: bash 477 .. code-block:: bash [all …]
|
| H A D | HowToCrossCompileLLVM.rst | 104 .. code-block:: bash 148 .. code-block:: bash 154 .. code-block:: bash 165 .. code-block:: bash 181 .. code-block:: bash 189 .. code-block:: bash 199 .. code-block:: bash
|
| H A D | GoldPlugin.rst | 51 .. code-block:: bash 130 .. code-block:: bash 158 .. code-block:: bash 168 .. code-block:: bash 176 .. code-block:: bash
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | Dockerfile | 36 RUN apt-get update && apt-get install -y bash curl 64 RUN bash /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 3)) # for CI transitions 65 RUN bash /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 2)) # previous release 66 RUN bash /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 1)) # latest release 67 RUN bash /tmp/llvm.sh $LLVM_HEAD_VERSION # current ToT 101 RUN bash /tmp/install-cmake.sh --prefix=/usr --exclude-subdir --skip-license 114 RUN bash -c "$(curl -sL https://raw.githubusercontent.com/buildkite/agent/main/install.sh)"
|
| H A D | run-buildbot-container | 31 bash -c 'git config --global --add safe.directory /llvm ; exec bash'
|
| /openbsd-src/gnu/llvm/llvm/utils/valgrind/ |
| H A D | x86_64-pc-linux-gnu.supp | 36 We don't care if bash leaks 40 obj:/bin/bash
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | commands | 57 # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de) 58 0 string/b #!\ /bin/bash Bourne-Again shell script text executable 60 0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text executable
|
| /openbsd-src/gnu/gcc/libstdc++-v3/ |
| H A D | README | 65 requires bash, and which may need the paths to bash adjusted to 66 work properly, as /bin/bash is assumed.
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | README.win32 | 6 To build, start a "bash" shell (open a DOS/Command window, cd to the required 7 directory and type "bash"), and type "./configure" and "make"
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTImporter.rst | 143 .. code-block:: bash 170 .. code-block:: bash 260 .. code-block:: bash 276 .. code-block:: bash 334 .. code-block:: bash 351 .. code-block:: bash 480 .. code-block:: bash 534 .. code-block:: bash 541 .. code-block:: bash 559 .. code-block:: bash [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | README | 68 requires bash, and which may need the paths to bash adjusted to 69 work properly, as /bin/bash is assumed.
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/ |
| H A D | basic.txt | 1 # These commands must run under both bash and windows cmd.exe (with GnuWin32
|
| H A D | line-continuation.txt | 1 # These commands must run under both bash and windows cmd.exe (with GnuWin32
|