[selinux-policy: 1597/3172] add -E to python commands

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:23:12 UTC 2010


commit 1a79cf0508783dd6e26171085564d8ce251b93ac
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Sep 13 19:10:53 2006 +0000

    add -E to python commands

 Makefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile b/Makefile
index 3d88b9c..5382fc4 100644
--- a/Makefile
+++ b/Makefile
@@ -93,17 +93,17 @@ endif
 
 # policy building support tools
 support := support
-genxml := $(PYTHON) $(support)/segenxml.py
-gendoc := $(PYTHON) $(support)/sedoctool.py
-genperm := $(PYTHON) $(support)/genclassperms.py
+genxml := $(PYTHON) -E $(support)/segenxml.py
+gendoc := $(PYTHON) -E $(support)/sedoctool.py
+genperm := $(PYTHON) -E $(support)/genclassperms.py
 fcsort := $(tmpdir)/fc_sort
 setbools := $(AWK) -f $(support)/set_bools_tuns.awk
 get_type_attr_decl := $(SED) -r -f $(support)/get_type_attr_decl.sed
 comment_move_decl := $(SED) -r -f $(support)/comment_move_decl.sed
-gennetfilter := $(PYTHON) $(support)/gennetfilter.py
+gennetfilter := $(PYTHON) -E $(support)/gennetfilter.py
 # use our own genhomedircon to make sure we have a known usable one,
 # so policycoreutils updates are not required (RHEL4)
-genhomedircon := $(PYTHON) $(support)/genhomedircon
+genhomedircon := $(PYTHON) -E $(support)/genhomedircon
 
 # documentation paths
 docs := doc


More information about the scm-commits mailing list