mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 07:08:25 +01:00
It was brought to my attention that 'HAIKU_DONT_CLEAR_IMAGE = 1' is supposed to be redundant in case of a @disk build. I'm woefully ignorant of the intricacies of our buildsystem, so I just accepted that and ran with it. :) Thanks Matt (and Urias by proxy).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30705 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
397a01a98e
commit
2688fc3b40
@ -128,7 +128,7 @@ DefineBuildProfile vmware : vmware-image ;
|
||||
|
||||
switch $(HAIKU_BUILD_PROFILE) {
|
||||
case "disk" : {
|
||||
HAIKU_DONT_CLEAR_IMAGE = 1 ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -175,7 +175,7 @@ DefineBuildProfile vmware : vmware-image ;
|
||||
|
||||
switch $(HAIKU_BUILD_PROFILE) {
|
||||
case "disk" : {
|
||||
HAIKU_DONT_CLEAR_IMAGE = 1 ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user