Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2372          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-06-23 11:06 -------
The toplevel Makefile already uses DESTDIR as the parameter to pass to
installmesa for its prefix. It should probably use PREFIX instead and pass
$(DESTDIR)$(PREFIX), where DESTDIR=/tmp/mesa or similar and PREFIX=/usr.

Here's how Gentoo currently installs:

    make \
        DESTDIR=${D}/usr \
        INCLUDE_DIR=${D}/usr/include \
        LIB_DIR=${D}/usr/lib \
        install

where D is some temporary directory, as Tilman said. It would be useful for the
DRI drivers to respect some similar setting.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to