Build appconfig files in default target

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 <cgzones@googlemail.com>
This commit is contained in:
Christian Göttsche 2024-11-05 20:27:13 +01:00
parent 8d9865a38b
commit 2df7a71ba4
2 changed files with 7 additions and 3 deletions

View File

@ -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)

View File

@ -58,7 +58,9 @@ vpath %.fc $(all_layers)
#
# default action: build policy locally
#
default: policy
default: all
all: policy $(builtappfiles)
policy: $(polver)