mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-22 12:28:16 +00:00
345dc4161d
Signed-off-by: Alexey Neyman <stilor@att.net>
13 lines
176 B
Bash
Executable File
13 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
cd
|
|
rm -rf bld-samples
|
|
mkdir bld-samples
|
|
cd bld-samples
|
|
export PATH=$HOME/inst-ctng/bin:$PATH
|
|
ct-ng help
|
|
ct-ng list-samples
|
|
ct-ng list-steps
|
|
ct-ng build-all
|