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
94aabcd393
commit
cac3cbcda8
@ -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