diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular index 0552a39..8721f54 100644 --- a/refpolicy/Rules.modular +++ b/refpolicy/Rules.modular @@ -55,7 +55,7 @@ load: $(INSTPKG) $(APPFILES) # $(MODPKGDIR)/%.pp: %.pp @mkdir -p $(MODPKGDIR) - @echo "Installing $(@F) policy package." + @echo "Installing $(NAME) $(@F) policy package." $(QUIET) install -m 0644 $^ $(MODPKGDIR) ######################################## @@ -104,7 +104,7 @@ tmp/pre_te_files.conf: $(BASE_PRE_TE_FILES) @test -d tmp || mkdir -p tmp $(QUIET) cat $^ > $@ -tmp/generated_definitions.conf: $(ALL_LAYERS) $(BASE_TE_FILES) +tmp/generated_definitions.conf: $(BASE_TE_FILES) @test -d tmp || mkdir -p tmp # define all available object classes $(QUIET) $(GENPERM) $(AVS) $(SECCLASS) > $@ diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic index 0d6aa7d..174bdde 100644 --- a/refpolicy/Rules.monolithic +++ b/refpolicy/Rules.monolithic @@ -99,7 +99,7 @@ tmp/pre_te_files.conf: $(PRE_TE_FILES) @test -d tmp || mkdir -p tmp $(QUIET) cat $^ > $@ -tmp/generated_definitions.conf: $(ALL_LAYERS) $(ALL_TE_FILES) +tmp/generated_definitions.conf: $(ALL_TE_FILES) # per-userdomain templates: @test -d tmp || mkdir -p tmp $(QUIET) echo "define(\`per_userdomain_templates',\`" > $@