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

again with bootstrap, but for cross-compile this time

üst 015713cd
...@@ -6,6 +6,14 @@ ...@@ -6,6 +6,14 @@
SHELL=/usr/bin/env bash SHELL=/usr/bin/env bash
include ../config_build.mk include ../config_build.mk
#
# Bootstap
#
$(WORKDIR)/bootstrap:
@cd $(SRC_ROOT) && ./bootstrap
@mkdir -p $(dir $@) && touch $@
bootstrap: $(WORKDIR)/bootstrap
.PHONY : build .PHONY : build
......
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