mirror of https://gitlab.com/nakst/essence
verbose port building
This commit is contained in:
parent
3833e3ef82
commit
4d8d10814a
|
@ -1,4 +1,4 @@
|
||||||
set -e
|
set -ex
|
||||||
|
|
||||||
rm -rf bin/mesa
|
rm -rf bin/mesa
|
||||||
bin/build get-source mesa-20.1.8 https://archive.mesa3d.org//mesa-20.1.8.tar.xz
|
bin/build get-source mesa-20.1.8 https://archive.mesa3d.org//mesa-20.1.8.tar.xz
|
||||||
|
|
|
@ -1353,6 +1353,7 @@ void DoCommand(const char *l) {
|
||||||
struct dirent *entry;
|
struct dirent *entry;
|
||||||
|
|
||||||
while ((entry = readdir(directory))) {
|
while ((entry = readdir(directory))) {
|
||||||
|
fprintf(stderr, "build-optional-ports: Calling \"ports/%s/port.sh\"...\n", entry->d_name);
|
||||||
CallSystemF("ports/%s/port.sh", entry->d_name);
|
CallSystemF("ports/%s/port.sh", entry->d_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue