split make files in myos project and install files in yaip project

This commit is contained in:
Yann Autissier
2022-11-11 23:37:27 +01:00
parent 99b9e5ecbe
commit 3d79bcdad3
222 changed files with 338 additions and 7880 deletions
+2 -2
View File
@@ -50,10 +50,10 @@ debug:
.PHONY: debug-%
debug-%: $(if $(DEBUG),context-%) ;
# target install-bin-%; Call ansible-run-localhost when bin % is not available
# target install-bin-%; Install package % when bin % is not available
.PHONY: install-bin-%
install-bin-%:;
$(if $(shell type $* 2>/dev/null),,$(call make,ansible-run-localhost))
$(if $(shell type $* 2>/dev/null),,$(RUN) $(INSTALL) $*)
# target profile: Print timing informations
.PHONY: profile