Fix update-all build profile action
The same disclaimer as before package management applies (i.e. voids warranty, use at your own risk).
This commit is contained in:
+1
-2
@@ -418,9 +418,8 @@ rule DefineBuildProfile name : type : path {
|
|||||||
case "update-all" : {
|
case "update-all" : {
|
||||||
JAM_TARGETS = $(buildTarget) ;
|
JAM_TARGETS = $(buildTarget) ;
|
||||||
SetUpdateHaikuImageOnly 1 ;
|
SetUpdateHaikuImageOnly 1 ;
|
||||||
HAIKU_PACKAGES_UPDATE_ONLY = 1 ;
|
|
||||||
HAIKU_INCLUDE_IN_IMAGE = 1 ;
|
HAIKU_INCLUDE_IN_IMAGE = 1 ;
|
||||||
HAIKU_INCLUDE_IN_PACKAGES = 1 ;
|
HAIKU_UPDATE_ALL_PACKAGES = 1 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
case "update-packages" : {
|
case "update-packages" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user