* 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:
Axel Dörfler
2008-07-15 17:54:58 +00:00
parent d421644512
commit 29ad53f16a
+7 -1
View File
@@ -30,7 +30,7 @@ rule SubIncludeGPL
# add-ons
if $(INCLUDE_GPL_ADDONS) = 1 {
SubInclude $(1) ;
}
}
}
@@ -331,6 +331,12 @@ rule DefineBuildProfile name : type : path {
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" : {
if $(type) = "install" {
Exit "Build action \"mount\" not supported for profile type"