forked from pool/selinux-policy
15 lines
705 B
Diff
15 lines
705 B
Diff
Index: serefpolicy-20140730/Makefile
|
|
===================================================================
|
|
--- serefpolicy-20140730.orig/Makefile 2014-07-30 16:48:48.379896000 +0200
|
|
+++ serefpolicy-20140730/Makefile 2015-02-25 12:37:11.262844720 +0100
|
|
@@ -431,9 +431,6 @@ $(polxml): $(layerxml) $(tunxml) $(boolx
|
|
$(verbose) for i in $(basename $(notdir $(layerxml))); do echo "<layer name=\"$$i\">" >> $@; cat $(tmpdir)/$$i.xml >> $@; echo "</layer>" >> $@; done
|
|
$(verbose) cat $(tunxml) $(boolxml) >> $@
|
|
$(verbose) echo '</policy>' >> $@
|
|
- $(verbose) if test -x $(XMLLINT) && test -f $(xmldtd); then \
|
|
- $(XMLLINT) --noout --path $(dir $(xmldtd)) --dtdvalid $(xmldtd) $@ ;\
|
|
- fi
|
|
|
|
xml: $(polxml)
|
|
|