From 5e1a7a929948ece59f519924b1ab7933ad53d135 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 4 Aug 2011 14:57:34 +0000 Subject: [PATCH] * these examples should really be commented out git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42572 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/UserBuildConfig.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/jam/UserBuildConfig.sample b/build/jam/UserBuildConfig.sample index 60203e1af9..dc7a5b2131 100644 --- a/build/jam/UserBuildConfig.sample +++ b/build/jam/UserBuildConfig.sample @@ -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 ;