8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
|
|
# Build
|
|
cd workspace/build
|
|
exec ../crosstool-ng/bin/ct-ng build |