mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-27 16:18:52 +00:00
9d43246664
... to a more natural installation paths, and also include ct-ng into $PATH in the containers. Signed-off-by: Alexey Neyman <stilor@att.net>
6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
cd work
|
|
ct-ng build-all ${1+CT_SAMPLES="$*"}
|