[Mesa-dev] [Bug 45057] New: MKDIR_P not defined and compiling fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 21 14:59:08 PST 2012


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 at lists.freedesktop.org
        ReportedBy: gsr.bugs at 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.


More information about the mesa-dev mailing list