From b80e14ae929ba0417bde7c14bae1a0a54429e2c2 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 11 Aug 2014 20:57:43 +0200 Subject: [PATCH] Add pseudo target for bootstrap_stage0 platform. --- build/jam/DefaultBuildProfiles | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index 1640d1b8a1..3b55eee841 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -4,6 +4,10 @@ switch $(HAIKU_BUILD_PROFILE) { HAIKU_BUILD_TYPE = bootstrap ; EnableBuildFeatures bootstrap_image ; + # Add a third pseudo target for the platform used when building anything + # for stage0 of the bootstrap process. + NotFile bootstrap_stage0 ; + HAIKU_DEFINES += HAIKU_BOOTSTRAP_BUILD ; TARGET_DEFINES += HAIKU_BOOTSTRAP_BUILD ; }