[haiku-commits] r42572 - haiku/trunk/build/jam

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 4 Aug 2011 16:57:35 +0200 (CEST)

Author: kallisti5
Date: 2011-08-04 16:57:34 +0200 (Thu, 04 Aug 2011)
New Revision: 42572
Changeset: https://dev.haiku-os.org/changeset/42572

Modified:
   haiku/trunk/build/jam/UserBuildConfig.sample
Log:
* these examples should really be commented out


Modified: haiku/trunk/build/jam/UserBuildConfig.sample
===================================================================
--- haiku/trunk/build/jam/UserBuildConfig.sample        2011-08-04 09:52:01 UTC 
(rev 42571)
+++ haiku/trunk/build/jam/UserBuildConfig.sample        2011-08-04 14:57:34 UTC 
(rev 42572)
@@ -31,7 +31,7 @@
 # Don't add the libraries built with the alternative gcc version.
 #HAIKU_ADD_ALTERNATIVE_GCC_LIBS = 0 ;
 
-# Add an optional gfx driver and its accelerant.
+# Add an example optional gfx driver and its accelerant.
 # (Drivers just have a special rule because of the need for the symlink in 
dev/)
-AddDriversToHaikuImage graphics : optional_driver ;
-AddFilesToHaikuImage system add-ons accelerants : optional_driver.accelerant ;
+#AddDriversToHaikuImage graphics : optional_driver ;
+#AddFilesToHaikuImage system add-ons accelerants : optional_driver.accelerant ;


Other related posts:

  • » [haiku-commits] r42572 - haiku/trunk/build/jam - kallisti5