[selinux-policy: 361/3172] add CFLAGS, and drop -C from install since it doesn't exist in all distros, and its function is usel

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:36:04 UTC 2010


commit c7b41e953683e60d05bb9718de16e0ab0a581de9
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 15 14:08:18 2005 +0000

    add CFLAGS, and drop -C from install since it doesn't exist in all distros,
    and its function is useless

 refpolicy/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/Makefile b/refpolicy/Makefile
index 46bae15..f93d9a7 100644
--- a/refpolicy/Makefile
+++ b/refpolicy/Makefile
@@ -55,6 +55,8 @@ LOADPOLICY := $(SBINDIR)/load_policy
 SETFILES := $(SBINDIR)/setfiles
 GENHOMEDIRCON := $(SBINDIR)/genhomedircon
 
+CFLAGS := -Wall
+
 SUPPORT := support
 GENDOC := $(SUPPORT)/sedoctool.py
 FCSORT := $(SUPPORT)/fc_sort
@@ -394,7 +396,7 @@ $(USERPATH)/system.users: $(USER_FILES) tmp/generated_definitions.conf
 $(USERPATH)/local.users: config/local.users
 	@mkdir -p $(USERPATH)
 	@echo "Installing local.users"
-	$(QUIET) install -C -b -m 644 $< $@
+	$(QUIET) install -b -m 644 $< $@
 
 ########################################
 #


More information about the scm-commits mailing list