https://bugs.freedesktop.org/show_bug.cgi?id=45057
Bug #: 45057 Summary: MKDIR_P not defined and compiling fails Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Other AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: gsr.b...@infernal-iceberg.com Created attachment 55933 --> https://bugs.freedesktop.org/attachment.cgi?id=55933 Patch extracted with git format-patch As summary says, MKDIR_P is not defined and compiling fails with: make[4]: Entering directory `.../src/mesa/drivers/dri' Making all in swrast make[5]: Entering directory `.../src/mesa/drivers/dri/swrast' ../../../../../lib; /bin/bash: ../../../../../lib: Is a directory All other uses go with lowercase mkdir_p instead of MKDIR_P. Changing the Makefile.am files allows compilation to continue and matches all other places that create a dir. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev