[selinux-policy: 923/3172] for now don't delete generated files. bring this back after generated files are depended on correct

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:24:50 UTC 2010


commit cd508d4044b96b5ec95e3fad8d9919e9af2840c1
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Nov 7 16:14:55 2005 +0000

    for now don't delete generated files.  bring this back
    after generated files are depended on correctly.

 refpolicy/Makefile |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/refpolicy/Makefile b/refpolicy/Makefile
index d251c09..9708a6d 100644
--- a/refpolicy/Makefile
+++ b/refpolicy/Makefile
@@ -367,14 +367,14 @@ bare: clean
 	rm -f $(MOD_CONF)
 	rm -f $(BOOLEANS)
 	rm -fR $(HTMLDIR)
-ifneq ($(GENERATED_TE),)
-	rm -f $(GENERATED_TE)
-endif
-ifneq ($(GENERATED_IF),)
-	rm -f $(GENERATED_IF)
-endif
-ifneq ($(GENERATED_FC),)
-	rm -f $(GENERATED_FC)
-endif
+#ifneq ($(GENERATED_TE),)
+#	rm -f $(GENERATED_TE)
+#endif
+#ifneq ($(GENERATED_IF),)
+#	rm -f $(GENERATED_IF)
+#endif
+#ifneq ($(GENERATED_FC),)
+#	rm -f $(GENERATED_FC)
+#endif
 
 .PHONY: install-src install-appconfig conf html bare


More information about the scm-commits mailing list