[Lunar-commits] CVS: moonbase/zbeta/XOrg-test BUILD,1.2,1.3

Nick Hudson nhudson at lunar-linux.org
Mon Oct 4 03:25:40 UTC 2004


Update of /var/cvs/lunar/moonbase/zbeta/XOrg-test
In directory espresso.foo-projects.org:/tmp/cvs-serv3503

Modified Files:
	BUILD 
Log Message:

Fixing the DRI/DRM build and install locations


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg-test/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	4 Oct 2004 03:05:32 -0000	1.2
+++ BUILD	4 Oct 2004 03:25:38 -0000	1.3
@@ -2,9 +2,12 @@
 
   install_drm()  {
     DRM_DIR="programs/Xserver/hw/xfree86/os-support/linux/drm/kernel"
-    DRM_DEST="/lib/modules/$(uname -r)/kernel/drivers"
+    DRI_DIR="extras/drm/linux"
+    DRM_DEST="/lib/modules/$(uname -r)/kernel/drivers/drm"
     mkdir -p $DRM_DEST
-    cp $DRM_DIR/*.o $DRM_DEST 2>/dev/null
+    cd $DRM_DIR && make 
+    cd $DRI_DIR && make
+    cp $DRI_DIR/*.o $DRM_DEST 2>/dev/null
     depmod -a
     true
   }



More information about the Lunar-commits mailing list