diff --git a/build/jam/RepositoryRules b/build/jam/RepositoryRules index 8c818fc7c2..00a6aaa116 100644 --- a/build/jam/RepositoryRules +++ b/build/jam/RepositoryRules @@ -554,7 +554,7 @@ rule BuildHaikuPortsSourcePackageDirectory actions BuildHaikuPortsPackageList { - HAIKU_BOOTSTRAP_BUILD= $(JAM:E=jam) @alpha-raw build-package-list $(1) \ + HAIKU_BOOTSTRAP_BUILD= $(JAM:E=jam) @release-raw build-package-list $(1) \ $(HAIKU_REPOSITORY_BUILD_ADDITIONAL_PACKAGES) } diff --git a/build/jam/UserBuildConfig.ReadMe b/build/jam/UserBuildConfig.ReadMe index 5bdab066bc..2393d1ebbd 100644 --- a/build/jam/UserBuildConfig.ReadMe +++ b/build/jam/UserBuildConfig.ReadMe @@ -246,8 +246,8 @@ switch $(HAIKU_BUILD_PROFILE) { # -> Equivalent to running "jam -q haiku-image" with the settings for the # "disk" profile. "build" is the default action, so it could even be # omitted. -# jam -q @alpha-raw build haiku.hpkg -# -> Build's haiku.hpkg under the influence of the "alpha-raw" profile. This +# jam -q @release-raw build haiku.hpkg +# -> Build's haiku.hpkg under the influence of the "release-raw" profile. This # is is different to "jam -q haiku.hpkg" in that the build profile may # enable certain build features that might not be enabled by default. # jam -q @vmware update kernel