make default action build all packages, like the comment says
This commit is contained in:
parent
90b331fa99
commit
ddb9aafc84
|
@ -37,9 +37,9 @@ vpath %.fc $(ALL_LAYERS)
|
|||
#
|
||||
# default action: create all module packages
|
||||
#
|
||||
default: base
|
||||
default: policy
|
||||
|
||||
all: base modules
|
||||
all policy: base modules
|
||||
|
||||
base: $(BASE_PKG)
|
||||
|
||||
|
@ -217,4 +217,4 @@ clean:
|
|||
rm -f $(BUILDDIR)/*.pp
|
||||
rm -fR $(TMPDIR)
|
||||
|
||||
.PHONY: default all base modules install load clean
|
||||
.PHONY: default all policy base modules install load clean
|
||||
|
|
Loading…
Reference in New Issue