From: Costin Lupu Date: Wed, 30 Oct 2019 15:04:19 +0000 (+0200) Subject: Makefile.uk: Make python-rootfs depend on origin code X-Git-Tag: RELEASE-0.6~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f8f3705ee812e1be5208411f72356787f571a060;p=unikraft%2Flibs%2Fpython3.git 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 Reviewed-by: Stefan Teodorescu --- 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