* Removed explicit timezone and keymap settings file generation. The system
works fine without those, the keymap file will be generated. * Supplied the removed lines as example in UserBuildConfig.sample for how to supply these settings during image generation. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24298 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -349,11 +349,6 @@ SEARCH on $(networkSettingsFiles)
|
|||||||
= [ FDirName $(HAIKU_TOP) data settings network ] ;
|
= [ FDirName $(HAIKU_TOP) data settings network ] ;
|
||||||
AddFilesToHaikuImage common settings network : $(networkSettingsFiles) ;
|
AddFilesToHaikuImage common settings network : $(networkSettingsFiles) ;
|
||||||
|
|
||||||
AddSymlinkToHaikuImage home config settings
|
|
||||||
: /boot/beos/etc/timezones/Europe/Paris : timezone ;
|
|
||||||
|
|
||||||
AddFilesToHaikuImage home config settings : <keymap>US-International : Key_map ;
|
|
||||||
|
|
||||||
# bison files
|
# bison files
|
||||||
SEARCH on <bison>m4sugar.m4
|
SEARCH on <bison>m4sugar.m4
|
||||||
= [ FDirName $(HAIKU_TOP) src bin bison data m4sugar ] ;
|
= [ FDirName $(HAIKU_TOP) src bin bison data m4sugar ] ;
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
# If existent it is included by the build system, but it is ignored by svn.
|
# If existent it is included by the build system, but it is ignored by svn.
|
||||||
# This file documents a few examples, what can be done.
|
# This file documents a few examples, what can be done.
|
||||||
|
|
||||||
|
# Adding timezone and keymap settings
|
||||||
|
#AddSymlinkToHaikuImage home config settings
|
||||||
|
# : /boot/beos/etc/timezones/Europe/Paris : timezone ;
|
||||||
|
|
||||||
|
#AddFilesToHaikuImage home config settings : <keymap>US-International
|
||||||
|
# : Key_map ;
|
||||||
|
|
||||||
|
|
||||||
# Adjusting Build Variables
|
# Adjusting Build Variables
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user