From cac3cbcda843a111309ca8551dcb8cfb70ad35d0 Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Mon, 11 May 2009 15:36:40 +0000 Subject: [PATCH] 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 --- docs/userguide/en/installation/install-source-linux.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/en/installation/install-source-linux.html b/docs/userguide/en/installation/install-source-linux.html index bf87dd5a81..5f2a7f826f 100644 --- a/docs/userguide/en/installation/install-source-linux.html +++ b/docs/userguide/en/installation/install-source-linux.html @@ -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 ; + }