Kaydet (Commit) f6896580 authored tarafından Miklos Vajna's avatar Miklos Vajna

make build a pre-req of deliver

üst 806bec71
...@@ -273,7 +273,7 @@ $(1).all: bootstrap fetch ...@@ -273,7 +273,7 @@ $(1).all: bootstrap fetch
cd $(1) && unset MAKEFLAGS && \ cd $(1) && unset MAKEFLAGS && \
$(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM) $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)
$(1).deliver: $(1).deliver: $(1)
cd $(1) && $(SOLARENV)/bin/deliver.pl cd $(1) && $(SOLARENV)/bin/deliver.pl
$(1).clean: $(1).clean:
......
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