From 2df7a71ba4948f43621d2e58c70e214a8c10ffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 5 Nov 2024 20:27:13 +0100 Subject: [PATCH] Build appconfig files in default target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Helps to clean up temporary files as normal user after `sudo make install`, since otherwise these files would be created by root. Signed-off-by: Christian Göttsche --- Rules.modular | 6 ++++-- Rules.monolithic | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Rules.modular b/Rules.modular index bd650581d3..c705541ec9 100644 --- a/Rules.modular +++ b/Rules.modular @@ -37,9 +37,11 @@ vpath %.fc $(all_layers) # # default action: create all module packages # -default: policy +default: all -all policy: base modules +all: policy $(builtappfiles) + +policy: base modules base: $(base_pkg) diff --git a/Rules.monolithic b/Rules.monolithic index a0ea29aaec..2cbee5a177 100644 --- a/Rules.monolithic +++ b/Rules.monolithic @@ -58,7 +58,9 @@ vpath %.fc $(all_layers) # # default action: build policy locally # -default: policy +default: all + +all: policy $(builtappfiles) policy: $(polver)