Ensure export dir exists
commit9c3038d4dbd35b5a7471af62fa120a4a1bcc39a8
authorVojtech Horky <vojtech.horky@gmail.com>
Sun, 2 Dec 2018 11:43:30 +0000 (2 12:43 +0100)
committerVojtech Horky <vojtech.horky@gmail.com>
Sun, 2 Dec 2018 11:43:30 +0000 (2 12:43 +0100)
treee12925428ca4581f9376cd8b07b35209bbd9e544
parent26f5bdf7b49e5a516031722f25a06c6f2346c254
Ensure export dir exists

The directory is created in export-includes (lib/posix) but that might
be too late when running in parallel (as Makefile.* are copied without
creating this directory).

This caused nondeterministic failures on CI where the export is run in
parallel (as called from hsct.sh). Wish we were testing more :-(.
uspace/Makefile