verbose port building

This commit is contained in:
nakst 2021-12-27 09:59:10 +00:00
parent 3833e3ef82
commit 4d8d10814a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set -e
set -ex
rm -rf bin/mesa
bin/build get-source mesa-20.1.8 https://archive.mesa3d.org//mesa-20.1.8.tar.xz

View File

@ -1353,6 +1353,7 @@ void DoCommand(const char *l) {
struct dirent *entry;
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);
}