From ddb9aafc840804f169ab9768e11ad2a9a7d55af3 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Feb 15 2006 21:35:27 +0000 Subject: make default action build all packages, like the comment says --- diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular index 02e6d36..d52532f 100644 --- a/refpolicy/Rules.modular +++ b/refpolicy/Rules.modular @@ -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