From: <ssm...@us...> - 2007-05-03 16:57:04
|
Revision: 2424 http://svn.sourceforge.net/selinux/?rev=2424&view=rev Author: ssmalley Date: 2007-05-03 09:57:02 -0700 (Thu, 03 May 2007) Log Message: ----------- applied r2421:2422 from trunk Modified Paths: -------------- branches/stable/1_0/checkpolicy/Makefile branches/stable/1_0/libselinux/include/Makefile branches/stable/1_0/libselinux/src/Makefile branches/stable/1_0/libselinux/utils/Makefile branches/stable/1_0/libsemanage/include/Makefile branches/stable/1_0/libsemanage/src/Makefile branches/stable/1_0/libsepol/include/Makefile branches/stable/1_0/libsepol/src/Makefile branches/stable/1_0/libsepol/utils/Makefile branches/stable/1_0/policycoreutils/audit2why/Makefile branches/stable/1_0/policycoreutils/load_policy/Makefile branches/stable/1_0/policycoreutils/newrole/Makefile branches/stable/1_0/policycoreutils/restorecon/Makefile branches/stable/1_0/policycoreutils/restorecond/Makefile branches/stable/1_0/policycoreutils/run_init/Makefile branches/stable/1_0/policycoreutils/secon/Makefile branches/stable/1_0/policycoreutils/semodule/Makefile branches/stable/1_0/policycoreutils/semodule_deps/Makefile branches/stable/1_0/policycoreutils/semodule_expand/Makefile branches/stable/1_0/policycoreutils/semodule_link/Makefile branches/stable/1_0/policycoreutils/semodule_package/Makefile branches/stable/1_0/policycoreutils/sestatus/Makefile branches/stable/1_0/policycoreutils/setfiles/Makefile branches/stable/1_0/policycoreutils/setsebool/Makefile Modified: branches/stable/1_0/checkpolicy/Makefile =================================================================== --- branches/stable/1_0/checkpolicy/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/checkpolicy/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -58,4 +58,4 @@ $(MAKE) -C test clean indent: - ../Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) + ../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) Modified: branches/stable/1_0/libselinux/include/Makefile =================================================================== --- branches/stable/1_0/libselinux/include/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libselinux/include/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -7,5 +7,5 @@ install -m 644 $(wildcard selinux/*.h) $(INCDIR) indent: - ../../Lindent $(wildcard selinux/*.h) + ../../scripts/Lindent $(wildcard selinux/*.h) Modified: branches/stable/1_0/libselinux/src/Makefile =================================================================== --- branches/stable/1_0/libselinux/src/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libselinux/src/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -84,5 +84,5 @@ rm -f $(SWIGCOUT) $(SWIGFILES) indent: - ../../Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) + ../../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) Modified: branches/stable/1_0/libselinux/utils/Makefile =================================================================== --- branches/stable/1_0/libselinux/utils/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libselinux/utils/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -19,7 +19,7 @@ rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: branches/stable/1_0/libsemanage/include/Makefile =================================================================== --- branches/stable/1_0/libsemanage/include/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libsemanage/include/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -7,4 +7,4 @@ install -m 644 $(wildcard semanage/*.h) $(INCDIR) indent: - ../../Lindent $(wildcard semanage/*.h) + ../../scripts/Lindent $(wildcard semanage/*.h) Modified: branches/stable/1_0/libsemanage/src/Makefile =================================================================== --- branches/stable/1_0/libsemanage/src/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libsemanage/src/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -99,6 +99,6 @@ rm -f $(SWIGCOUT) $(SWIGFILES) indent: - ../../Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) + ../../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) .PHONY: all clean pywrap swigify install install-pywrap distclean Modified: branches/stable/1_0/libsepol/include/Makefile =================================================================== --- branches/stable/1_0/libsepol/include/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libsepol/include/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -9,4 +9,4 @@ install -m 644 $(wildcard sepol/policydb/*.h) $(INCDIR)/policydb indent: - ../../Lindent $(wildcard sepol/*.h) + ../../scripts/Lindent $(wildcard sepol/*.h) Modified: branches/stable/1_0/libsepol/src/Makefile =================================================================== --- branches/stable/1_0/libsepol/src/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libsepol/src/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -43,5 +43,5 @@ -rm -f $(OBJS) $(LOBJS) $(LIBA) $(LIBSO) $(TARGET) indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: branches/stable/1_0/libsepol/utils/Makefile =================================================================== --- branches/stable/1_0/libsepol/utils/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/libsepol/utils/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -18,7 +18,7 @@ -rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: branches/stable/1_0/policycoreutils/audit2why/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/audit2why/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/audit2why/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -25,6 +25,6 @@ -rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: branches/stable/1_0/policycoreutils/load_policy/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/load_policy/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/load_policy/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -22,7 +22,7 @@ -rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: /sbin/restorecon $(SBINDIR)/load_policy Modified: branches/stable/1_0/policycoreutils/newrole/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/newrole/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/newrole/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -76,7 +76,7 @@ rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: install /sbin/restorecon $(BINDIR)/newrole Modified: branches/stable/1_0/policycoreutils/restorecon/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/restorecon/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/restorecon/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -22,7 +22,7 @@ -rm -f restorecon *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: install /sbin/restorecon $(SBINDIR)/restorecon Modified: branches/stable/1_0/policycoreutils/restorecond/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/restorecond/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/restorecond/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -31,5 +31,5 @@ -rm -f restorecond *.o *~ indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: branches/stable/1_0/policycoreutils/run_init/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/run_init/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/run_init/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -46,7 +46,7 @@ -rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: install /sbin/restorecon $(SBINDIR)/run_init $(SBINDIR)/open_init_pty Modified: branches/stable/1_0/policycoreutils/secon/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/secon/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/secon/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -30,7 +30,7 @@ rm -f *.o core* secon *~ *.bak indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) bare: clean Modified: branches/stable/1_0/policycoreutils/semodule/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/semodule/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/semodule/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -26,5 +26,5 @@ -rm -f semodule *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: branches/stable/1_0/policycoreutils/semodule_deps/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/semodule_deps/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/semodule_deps/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -25,5 +25,5 @@ -rm -f semodule_deps *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: branches/stable/1_0/policycoreutils/semodule_expand/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/semodule_expand/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/semodule_expand/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -25,5 +25,5 @@ -rm -f semodule_expand *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: branches/stable/1_0/policycoreutils/semodule_link/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/semodule_link/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/semodule_link/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -25,5 +25,5 @@ -rm -f semodule_link *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: branches/stable/1_0/policycoreutils/semodule_package/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/semodule_package/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/semodule_package/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -25,5 +25,5 @@ -rm -f semodule_package *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: branches/stable/1_0/policycoreutils/sestatus/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/sestatus/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/sestatus/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -25,6 +25,6 @@ rm -f sestatus *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: branches/stable/1_0/policycoreutils/setfiles/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/setfiles/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/setfiles/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -29,7 +29,7 @@ rm -f setfiles *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: install /sbin/restorecon $(SBINDIR)/setfiles Modified: branches/stable/1_0/policycoreutils/setsebool/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/setsebool/Makefile 2007-05-03 16:54:37 UTC (rev 2423) +++ branches/stable/1_0/policycoreutils/setsebool/Makefile 2007-05-03 16:57:02 UTC (rev 2424) @@ -26,5 +26,5 @@ -rm -f setsebool *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |