From af8fa701f855a05fd6f6f43a36b9b272458cd5b0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 18 Aug 2008 14:44:35 +0000 Subject: [PATCH] Removed the description for obsolete HAIKU_ADD_POSIX_TEST_SUITE_TO_IMAGE. There's a PosixTestSuite optional package instead. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27039 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/UserBuildConfig.ReadMe | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build/jam/UserBuildConfig.ReadMe b/build/jam/UserBuildConfig.ReadMe index 50763b6125..3b78f5e53b 100644 --- a/build/jam/UserBuildConfig.ReadMe +++ b/build/jam/UserBuildConfig.ReadMe @@ -16,7 +16,7 @@ Exit You must NOT copy UserBuildConfig.ReadMe directly but use parts of it! ; AddSymlinkToHaikuImage home config settings : /boot/beos/etc/timezones/Europe/Paris : timezone ; -AddFilesToHaikuImage home config settings : US-International +AddFilesToHaikuImage home config settings : US-International : Key_map ; @@ -216,7 +216,7 @@ switch $(HAIKU_BUILD_PROFILE) { # jam command line prefixed by an "@" character, the profile will be selected. # The second parameter specifies the action to be performed, further optional # parameters may follow. Jam command line examples: -# +# # jam -q @disk build # -> Equivalent to running "jam -q haiku-image" with the settings for the # "disk" profile. "build" is the default action, so it could even be @@ -281,8 +281,3 @@ DeferredSubInclude HAIKU_TOP src tests add-ons kernel file_systems # usual). Omitting this parameter or specifying "global" will cause the given # name to be used recursively. DeferredSubInclude HAIKU_TOP src 3rdparty myproject : Jamfile.haiku : local ; - - -# Copy the posix test suite onto the image (or on the installation) into -# "home/posixtestsuite" directory, including the run script. -HAIKU_ADD_POSIX_TEST_SUITE_TO_IMAGE = 1 ;