* Brian Paul wrote: > Thierry Reding wrote: > >Hi, > > > >I have attached two patches that fix two minor issues in the current build > >system. The first patch creates LIB_DIR and it's parent as needed and > >doesn't > >ignore errors. > > I don't think the -p option is supported by all Unixes. > > Nobody has ever reported that the mkdir command has failed as-is. Can > you elaborate?
The reason I needed is that I'm building Mesa packages for Debian which install one version of libGL with software rendering only and another with DRI support. When running 'make install' it would overwrite one by the other, so I used as a workaround setting LIB_DIR = lib for the one and LIB_DIR = lib/dri for the other, which is where mkdir failed. I hadn't thought about portability issues though, so I can probably work around it in some other way or just keep using that patch. - Thierry
signature.asc
Description: Digital signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
