Changeset 84876aa4 in mainline for tools/xcw/bin/helenos-test
- Timestamp:
- 2019-11-15T13:46:34Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ecb7828
- Parents:
- b093a62 (diff), d548fc0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-test
rb093a62 r84876aa4 1 1 #!/bin/bash 2 2 # 3 # Copyright (c) 201 8Jiri Svoboda3 # Copyright (c) 2019 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 33 33 34 34 XCW="$(dirname "$0")" 35 SRC_ROOT="$XCW/../../.."35 BUILD_ROOT="$(dirname "$(dirname "$(dirname "$XCW")")")" 36 36 37 cd "$ SRC_ROOT"38 make 37 cd "$BUILD_ROOT" 38 ninja image_path 39 39 tools/ew.py
Note:
See TracChangeset
for help on using the changeset viewer.