|
Last change
on this file since 5d7a247 was 7e53c37, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 4 years ago |
|
Update files with /bin/bash shebang
|
-
Property mode
set to
100755
|
|
File size:
351 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # SPDX-FileCopyrightText: 2019 Jiri Svoboda
|
|---|
| 4 | #
|
|---|
| 5 | # SPDX-License-Identifier: BSD-3-Clause
|
|---|
| 6 | #
|
|---|
| 7 | # Test run in emulator
|
|---|
| 8 | # HelenOS Cross Compiler Wrapper (XCW)
|
|---|
| 9 | # Facilitate cross-compiling external software to HelenOS
|
|---|
| 10 | #
|
|---|
| 11 |
|
|---|
| 12 | XCW="$(dirname "$0")"
|
|---|
| 13 | BUILD_ROOT="$(dirname "$(dirname "$(dirname "$XCW")")")"
|
|---|
| 14 |
|
|---|
| 15 | cd "$BUILD_ROOT"
|
|---|
| 16 | ninja image_path
|
|---|
| 17 | tools/ew.py
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.