From: Garrett C. <yab...@us...> - 2010-02-01 09:16:21
|
Update of /cvsroot/ltp/ltp/testcases/kernel/security In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23768/security Modified Files: Makefile Log Message: Might help if the logic was actually correct... Signed-off-by: Garrett Cooper <yan...@gm...> Index: Makefile =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/kernel/security/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile 1 Feb 2010 09:15:16 -0000 1.13 --- Makefile 1 Feb 2010 09:16:13 -0000 1.14 *************** *** 33,37 **** # XXX (garrcoop): avoid compilation failures on RHEL 5.4, as reported by # Mitani-san, because of policy versioning issues... ! ifneq (1,1) # Omit the selinux-testsuite if -lselinux is missing or the policy-devel # package isn't present. --- 33,39 ---- # XXX (garrcoop): avoid compilation failures on RHEL 5.4, as reported by # Mitani-san, because of policy versioning issues... ! ifeq (1,1) ! FILTER_OUT_DIRS += selinux-testsuite ! else # Omit the selinux-testsuite if -lselinux is missing or the policy-devel # package isn't present. |