ask for sudo password immediately during make (#1693)

This commit is contained in:
Aiden McClelland
2022-07-26 10:32:32 -06:00
committed by GitHub
parent daabba12d3
commit f455b8a007

View File

@@ -10,7 +10,8 @@ FRONTEND_SHARED_SRC := $(shell find frontend/projects/shared) $(shell find front
FRONTEND_UI_SRC := $(shell find frontend/projects/ui) FRONTEND_UI_SRC := $(shell find frontend/projects/ui)
FRONTEND_SETUP_WIZARD_SRC := $(shell find frontend/projects/setup-wizard) FRONTEND_SETUP_WIZARD_SRC := $(shell find frontend/projects/setup-wizard)
FRONTEND_DIAGNOSTIC_UI_SRC := $(shell find frontend/projects/diagnostic-ui) 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: .DELETE_ON_ERROR: