[Lunar-commits] CVS: moonbase/x11/XOrg BUILD, 1.8, 1.9 drivers, 1.1, 1.2

Auke Kok sofar at lunar-linux.org
Mon Dec 13 08:19:09 UTC 2004


Update of /var/cvs/lunar/moonbase/x11/XOrg
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/x11/XOrg

Modified Files:
	BUILD drivers 
Log Message:
explicitly exit BUILD when make World fails. Also removed agpgartdrivers

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD	24 Nov 2004 23:43:22 -0000	1.8
+++ BUILD	13 Dec 2004 08:19:07 -0000	1.9
@@ -72,7 +72,10 @@
     invoke_installwatch
   fi
   
-  make World                            &&
+  # explicitly exit here now and not later on
+  make World                            ||
+  exit 1
+  
   prepare_install                       &&
   cd $SOURCE_DIRECTORY                  &&
   make install                          &&

Index: drivers
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/drivers,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- drivers	24 Nov 2004 13:04:28 -0000	1.1
+++ drivers	13 Dec 2004 08:19:07 -0000	1.2
@@ -26,6 +26,5 @@
 cyrix:driver
 v4l:Video for linux devices
 siliconmotion:driver
-AgpGartDrivers:driver
 DevelDrivers:driver
 XF86OSCardDrivers:driver



More information about the Lunar-commits mailing list