Kaydet (Commit) 96ae2271 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix mingw build, still bootstrap issues.

üst b61ddcba
......@@ -6,15 +6,6 @@
SHELL=/usr/bin/env bash
include ../config_build.mk
#
# Bootstap
#
$(WORKDIR)/bootstrap:
@cd $(SRC_ROOT) && ./bootstrap
@mkdir -p $(dir $@) && touch $@
bootstrap: $(WORKDIR)/bootstrap
.PHONY : build
build:
......
......@@ -177,7 +177,7 @@ dev-install: $(SRCDIR)/src.downloaded $(if $(filter $(INPATH),$(INPATH_FOR_BUILD
build: $(SRCDIR)/src.downloaded $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross_toolset)
cross_toolset: bootstrap $(SRCDIR)/src.downloaded
cross_toolset: $(SRCDIR)/src.downloaded
findunusedcode:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment