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

  • From: pulkomandy@xxxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 27 Jul 2010 12:46:03 +0200 (CEST)

Author: pulkomandy
Date: 2010-07-27 12:46:02 +0200 (Tue, 27 Jul 2010)
New Revision: 37770
Changeset: http://dev.haiku-os.org/changeset/37770

Modified:
   haiku/trunk/build/jam/UserBuildConfig.ReadMe
   haiku/trunk/build/jam/UserBuildConfig.sample
Log:
 * Remove references to the timezone files in userbuildconfig jamfiles. We 
would need another AddSymlinkToHaikuImage 
example...


Modified: haiku/trunk/build/jam/UserBuildConfig.ReadMe
===================================================================
--- haiku/trunk/build/jam/UserBuildConfig.ReadMe        2010-07-27 09:48:36 UTC 
(rev 37769)
+++ haiku/trunk/build/jam/UserBuildConfig.ReadMe        2010-07-27 10:46:02 UTC 
(rev 37770)
@@ -96,9 +96,7 @@
 # Make a symlink to home/config/bin/crash.
 AddSymlinkToHaikuImage home config bin : /bin/crashing_app : crash ;
 
-# Add timezone and keymap settings.
-AddSymlinkToHaikuImage home config settings
-       : /boot/system/data/timezones/Europe/Paris : timezone ;
+# Add keymap settings.
 AddFilesToHaikuImage home config settings : <keymap>US-International : Key_map 
;
 
 # Adds the source directories src/kits/storage and src/tests/servers/debug

Modified: haiku/trunk/build/jam/UserBuildConfig.sample
===================================================================
--- haiku/trunk/build/jam/UserBuildConfig.sample        2010-07-27 09:48:36 UTC 
(rev 37769)
+++ haiku/trunk/build/jam/UserBuildConfig.sample        2010-07-27 10:46:02 UTC 
(rev 37770)
@@ -17,9 +17,7 @@
 #SetConfigVar DEBUG : HAIKU_TOP src system boot loader : 1 : global ;
 
 
-# Add symlink/file (timezone and keymap settings) to the image.
-#AddSymlinkToHaikuImage home config settings
-#      : /boot/system/data/timezones/Europe/Paris : timezone ;
+# Add symlink/file (keymap settings) to the image.
 #AddFilesToHaikuImage home config settings : <keymap>US-International
 #      : Key_map ;
 


Other related posts:

  • » [haiku-commits] r37770 - haiku/trunk/build/jam - pulkomandy