make default action build all packages, like the comment says

This commit is contained in:
Chris PeBenito 2006-02-15 21:35:27 +00:00
parent 90b331fa99
commit ddb9aafc84

View File

@ -37,9 +37,9 @@ vpath %.fc $(ALL_LAYERS)
# #
# default action: create all module packages # default action: create all module packages
# #
default: base default: policy
all: base modules all policy: base modules
base: $(BASE_PKG) base: $(BASE_PKG)
@ -217,4 +217,4 @@ clean:
rm -f $(BUILDDIR)/*.pp rm -f $(BUILDDIR)/*.pp
rm -fR $(TMPDIR) rm -fR $(TMPDIR)
.PHONY: default all base modules install load clean .PHONY: default all policy base modules install load clean