[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT/PYTHON3 PATCH] Makefile.uk: Make python-rootfs depend on origin code



Reviewed-by: Stefan Teodorescu <stefanl.teodorescu@xxxxxxxxx>

On Wed, Oct 30, 2019 at 5:04 PM Costin Lupu <costin.lupu@xxxxxxxxx> wrote:
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
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.