Changes in tools/xcw/bin/helenos-test [d548fc0:705ca2b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-test
rd548fc0 r705ca2b 1 1 #!/bin/bash 2 2 # 3 # Copyright (c) 201 9Jiri Svoboda3 # Copyright (c) 2018 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 33 33 34 34 XCW="$(dirname "$0")" 35 BUILD_ROOT="$(dirname "$(dirname "$(dirname "$XCW")")")"35 SRC_ROOT="$XCW/../../.." 36 36 37 cd "$ BUILD_ROOT"38 ninja image_path 37 cd "$SRC_ROOT" 38 make 39 39 tools/ew.py
Note:
See TracChangeset
for help on using the changeset viewer.