mirror of
https://github.com/AdaCore/gprbuild.git
synced 2026-02-12 12:30:13 -08:00
After the transition to git, we lost all empty directories, and in particular the object or library directories, causing numerous failures while trying to run these examples as part of the gprbuild testsuite. This patch should fix the problem by using the -p switch in gprbuild, causing the missing directories to be created. Part of P129-026.