Add build profile action update-packages
Equivalent to "jam <list of all hpkgs> && jam @... <list of all hpkgs>", i.e. it makes sure all hpkgs that are supposed to be in the image are rebuilt respectively downloaded and copied to the image. It doesn't remove old packages nor the activation files -- that still has to be done manually.
This commit is contained in:
@@ -279,6 +279,8 @@ rule HaikuPackage package
|
||||
HAIKU_CONTAINER_UPDATE_ONLY on $(package) = 1 ;
|
||||
HAIKU_CONTAINER_INHERIT_UPDATE_VARIABLE on $(package)
|
||||
= HAIKU_INCLUDE_IN_IMAGE ;
|
||||
} else if $(HAIKU_UPDATE_ALL_PACKAGES) {
|
||||
HAIKU_INCLUDE_IN_IMAGE on $(package) = 1 ;
|
||||
}
|
||||
|
||||
HAIKU_CONTAINER_ALWAYS_CREATE_DIRECTORIES on $(package) = 1 ;
|
||||
|
||||
Reference in New Issue
Block a user