From 8290d4d9f38a8aea45cf6ef3880ae7a80ae62dd2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 00:55:37 +0300 Subject: [PATCH] tweak... Signed-off-by: Alex A. Naanou --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f2aa076..ef586f6 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ bootstrap: \ host-bootstrap \ gate-bootstrap ns \ $(MINIMAL_CTs) \ - bootstrap-clean + make bootstrap-clean # Bootstrap stage 2: reconnect host through the base infrastructure... @@ -95,7 +95,7 @@ bootstrap-clean: host-bootstrap-clean # Finalize: reconect admin port/bridge correctly... .PHONY: finalize finalize: bootstrap-clean gate-bootstrap-clean - @ make host-bootstrap-clean + make host-bootstrap-clean