* Added an "update-all" build profile action that updates all files. This can
be used to update an installation without erasing the whole volume (ie. it works like install-haiku on BFS capable platforms). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26435 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+7
-1
@@ -30,7 +30,7 @@ rule SubIncludeGPL
|
|||||||
# add-ons
|
# add-ons
|
||||||
if $(INCLUDE_GPL_ADDONS) = 1 {
|
if $(INCLUDE_GPL_ADDONS) = 1 {
|
||||||
SubInclude $(1) ;
|
SubInclude $(1) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -331,6 +331,12 @@ rule DefineBuildProfile name : type : path {
|
|||||||
HAIKU_INCLUDE_IN_IMAGE on $(HAIKU_BUILD_PROFILE_PARAMETERS) = 1 ;
|
HAIKU_INCLUDE_IN_IMAGE on $(HAIKU_BUILD_PROFILE_PARAMETERS) = 1 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case "update-all" : {
|
||||||
|
JAM_TARGETS = $(buildTarget) ;
|
||||||
|
SetUpdateHaikuImageOnly 1 ;
|
||||||
|
HAIKU_INCLUDE_IN_IMAGE = 1 ;
|
||||||
|
}
|
||||||
|
|
||||||
case "mount" : {
|
case "mount" : {
|
||||||
if $(type) = "install" {
|
if $(type) = "install" {
|
||||||
Exit "Build action \"mount\" not supported for profile type"
|
Exit "Build action \"mount\" not supported for profile type"
|
||||||
|
|||||||
Reference in New Issue
Block a user