[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/PYTHON3 PATCH] Makefile.uk: Make python-rootfs depend on origin code
This is needed in case you want to run `make python-rootfs` before running `make fetch`. Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- Makefile.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.uk b/Makefile.uk index 39c91e1..a725a96 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -475,7 +475,7 @@ UK_PREPARE += $(LIBPYTHON3_BUILD)/.prepared PYTHON_ROOTFS = $(APP_BASE)/$(path) # Create virtual environment -$(PYTHON_ROOTFS)/.keep: +$(PYTHON_ROOTFS)/.keep: $(LIBPYTHON3_BUILD)/.origin python3 -m venv $(PYTHON_ROOTFS) && touch $@ # Configure origin -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |