From f455b8a0074b04bc2da6003f091d3d2f44b6b386 Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:32:32 -0600 Subject: [PATCH] ask for sudo password immediately during make (#1693) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d8d5e2ca..ddc646968 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ FRONTEND_SHARED_SRC := $(shell find frontend/projects/shared) $(shell find front FRONTEND_UI_SRC := $(shell find frontend/projects/ui) FRONTEND_SETUP_WIZARD_SRC := $(shell find frontend/projects/setup-wizard) FRONTEND_DIAGNOSTIC_UI_SRC := $(shell find frontend/projects/diagnostic-ui) -PATCH_DB_CLIENT_SRC = $(shell find patch-db/client -not -path patch-db/client/dist) +PATCH_DB_CLIENT_SRC := $(shell find patch-db/client -not -path patch-db/client/dist) +$(shell sudo true) .DELETE_ON_ERROR: