mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
d40237cba4
Signed-off-by: Alexey Neyman <stilor@att.net>
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/bash --login
|
|
# Use --login to ensure /etc/profile is read
|
|
|
|
set -e
|
|
cd work
|
|
ct-ng build-all ${1+CT_SAMPLES="$*"}
|