[Bug modula2/108142] Many empty directories created in the build directory

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 22 09:41:12 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108142

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think pretty much nothing but m2 uses mkdir -p directly, other makefiles use
$(mkinstalldirs) (unless only a single directory needs to be created, for that
mkdir dir
is fine).


More information about the Gcc-bugs mailing list