1- .PHONY : help deps regen-apis license ubuntu-build wheezy-build clean
1+ .PHONY : help deps regen-apis license clean
22.SUFFIXES :
33
44VENV = .virtualenv/virtualenv.py
@@ -9,8 +9,6 @@ MAKO_RENDER := etc/bin/mako-render
99API_VERSION_GEN := etc/bin/api_version_to_yaml.py
1010TPL := $(PYTHON ) $(MAKO_RENDER )
1111MKDOCS := $(shell pwd) /$(VENV_DIR ) /bin/mkdocs
12- WHEEZY_IMAGE := byron/rust-binaries.nightly.debian-wheezy
13- WHEEZY_BUILD_OUTPUT := build/wheezy-x64
1412
1513MAKO_SRC = src/mako
1614RUST_SRC = src/rust
4240 $(info help-cli - show all cli targets to build individually)
4341 $(info docs-all - cargo-doc on all APIs and associates, assemble them together and generate index)
4442 $(info docs-all-clean - remove the entire set of generated documentation)
45- $(info wheezy-build - build --release all CLI on ubuntu using docker)
4643 $(info github-pages - invoke ghp-import on all documentation)
4744 $(info regen-apis - clear out all generated apis, and regenerate them)
4845 $(info license - regenerate the main license file)
@@ -79,11 +76,6 @@ LICENSE.md: $(MAKO_SRC)/LICENSE.md.mako $(API_SHARED_INFO) $(MAKO_RENDER)
7976
8077license : LICENSE.md
8178
82- wheezy-build :
83- @-rm -Rf WHEEZY_BUILD_OUTPUT
84- @mkdir -p $(WHEEZY_BUILD_OUTPUT )
85- docker run -v $(PWD ) :/source -v $(PWD ) /$(WHEEZY_BUILD_OUTPUT ) :/build-result $(WHEEZY_IMAGE ) /source/src/bash/docker-build-cli.bash
86-
8779regen-apis : | clean-all-api clean-all-cli gen-all-api gen-all-cli license
8880
8981clean : clean-all-api clean-all-cli docs-all-clean
0 commit comments