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:
parent
8d9865a38b
commit
2df7a71ba4
|
@ -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)
|
||||
|
||||
|
|
|
@ -58,7 +58,9 @@ vpath %.fc $(all_layers)
|
|||
#
|
||||
# default action: build policy locally
|
||||
#
|
||||
default: policy
|
||||
default: all
|
||||
|
||||
all: policy $(builtappfiles)
|
||||
|
||||
policy: $(polver)
|
||||
|
||||
|
|
Loading…
Reference in New Issue