package kit: Disable curl requirement on bootstrap build

* As per the mailing list.
* Introduce HAIKU_BOOTSTRAP_BUILD define to sources
  to let them know they are taking part in a bootstrap
This commit is contained in:
Alexander von Gluck IV
2014-01-26 10:42:37 -06:00
parent 6f173f11f3
commit 800d5376f9
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
switch $(HAIKU_BUILD_PROFILE) {
case "bootstrap-*" :
HAIKU_BOOTSTRAP_BUILD = 1 ;
HAIKU_DEFINES += HAIKU_BOOTSTRAP_BUILD ;
TARGET_DEFINES += HAIKU_BOOTSTRAP_BUILD ;
}