From: <ssm...@us...> - 2007-05-03 16:46:15
|
Revision: 2422 http://svn.sourceforge.net/selinux/?rev=2422&view=rev Author: ssmalley Date: 2007-05-03 09:46:13 -0700 (Thu, 03 May 2007) Log Message: ----------- Update path to Lindent script in Makefiles. Modified Paths: -------------- trunk/checkpolicy/Makefile trunk/libselinux/include/Makefile trunk/libselinux/src/Makefile trunk/libselinux/utils/Makefile trunk/libsemanage/include/Makefile trunk/libsemanage/src/Makefile trunk/libsepol/include/Makefile trunk/libsepol/src/Makefile trunk/libsepol/utils/Makefile trunk/policycoreutils/audit2why/Makefile trunk/policycoreutils/load_policy/Makefile trunk/policycoreutils/newrole/Makefile trunk/policycoreutils/restorecon/Makefile trunk/policycoreutils/restorecond/Makefile trunk/policycoreutils/run_init/Makefile trunk/policycoreutils/secon/Makefile trunk/policycoreutils/semodule/Makefile trunk/policycoreutils/semodule_deps/Makefile trunk/policycoreutils/semodule_expand/Makefile trunk/policycoreutils/semodule_link/Makefile trunk/policycoreutils/semodule_package/Makefile trunk/policycoreutils/sestatus/Makefile trunk/policycoreutils/setfiles/Makefile trunk/policycoreutils/setsebool/Makefile Modified: trunk/checkpolicy/Makefile =================================================================== --- trunk/checkpolicy/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/checkpolicy/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -58,4 +58,4 @@ $(MAKE) -C test clean indent: - ../Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) + ../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) Modified: trunk/libselinux/include/Makefile =================================================================== --- trunk/libselinux/include/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libselinux/include/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -7,5 +7,5 @@ install -m 644 $(wildcard selinux/*.h) $(INCDIR) indent: - ../../Lindent $(wildcard selinux/*.h) + ../../scripts/Lindent $(wildcard selinux/*.h) Modified: trunk/libselinux/src/Makefile =================================================================== --- trunk/libselinux/src/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libselinux/src/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -84,5 +84,5 @@ rm -f $(SWIGCOUT) $(SWIGFILES) indent: - ../../Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) + ../../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch])) Modified: trunk/libselinux/utils/Makefile =================================================================== --- trunk/libselinux/utils/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libselinux/utils/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -19,7 +19,7 @@ rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: trunk/libsemanage/include/Makefile =================================================================== --- trunk/libsemanage/include/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libsemanage/include/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -7,4 +7,4 @@ install -m 644 $(wildcard semanage/*.h) $(INCDIR) indent: - ../../Lindent $(wildcard semanage/*.h) + ../../scripts/Lindent $(wildcard semanage/*.h) Modified: trunk/libsemanage/src/Makefile =================================================================== --- trunk/libsemanage/src/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libsemanage/src/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -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: trunk/libsepol/include/Makefile =================================================================== --- trunk/libsepol/include/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libsepol/include/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -9,4 +9,4 @@ install -m 644 $(wildcard sepol/policydb/*.h) $(INCDIR)/policydb indent: - ../../Lindent $(wildcard sepol/*.h) + ../../scripts/Lindent $(wildcard sepol/*.h) Modified: trunk/libsepol/src/Makefile =================================================================== --- trunk/libsepol/src/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libsepol/src/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -43,5 +43,5 @@ -rm -f $(OBJS) $(LOBJS) $(LIBA) $(LIBSO) $(TARGET) indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: trunk/libsepol/utils/Makefile =================================================================== --- trunk/libsepol/utils/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/libsepol/utils/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -18,7 +18,7 @@ -rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: trunk/policycoreutils/audit2why/Makefile =================================================================== --- trunk/policycoreutils/audit2why/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/audit2why/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -25,6 +25,6 @@ -rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: trunk/policycoreutils/load_policy/Makefile =================================================================== --- trunk/policycoreutils/load_policy/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/load_policy/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -22,7 +22,7 @@ -rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: /sbin/restorecon $(SBINDIR)/load_policy Modified: trunk/policycoreutils/newrole/Makefile =================================================================== --- trunk/policycoreutils/newrole/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/newrole/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -76,7 +76,7 @@ rm -f $(TARGETS) *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: install /sbin/restorecon $(BINDIR)/newrole Modified: trunk/policycoreutils/restorecon/Makefile =================================================================== --- trunk/policycoreutils/restorecon/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/restorecon/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -22,7 +22,7 @@ -rm -f restorecon *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: install /sbin/restorecon $(SBINDIR)/restorecon Modified: trunk/policycoreutils/restorecond/Makefile =================================================================== --- trunk/policycoreutils/restorecond/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/restorecond/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -31,5 +31,5 @@ -rm -f restorecond *.o *~ indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: trunk/policycoreutils/run_init/Makefile =================================================================== --- trunk/policycoreutils/run_init/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/run_init/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -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: trunk/policycoreutils/secon/Makefile =================================================================== --- trunk/policycoreutils/secon/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/secon/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -30,7 +30,7 @@ rm -f *.o core* secon *~ *.bak indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) bare: clean Modified: trunk/policycoreutils/semodule/Makefile =================================================================== --- trunk/policycoreutils/semodule/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/semodule/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -26,5 +26,5 @@ -rm -f semodule *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: trunk/policycoreutils/semodule_deps/Makefile =================================================================== --- trunk/policycoreutils/semodule_deps/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/semodule_deps/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -25,5 +25,5 @@ -rm -f semodule_deps *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: trunk/policycoreutils/semodule_expand/Makefile =================================================================== --- trunk/policycoreutils/semodule_expand/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/semodule_expand/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -25,5 +25,5 @@ -rm -f semodule_expand *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: trunk/policycoreutils/semodule_link/Makefile =================================================================== --- trunk/policycoreutils/semodule_link/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/semodule_link/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -25,5 +25,5 @@ -rm -f semodule_link *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: trunk/policycoreutils/semodule_package/Makefile =================================================================== --- trunk/policycoreutils/semodule_package/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/semodule_package/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -25,5 +25,5 @@ -rm -f semodule_package *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) Modified: trunk/policycoreutils/sestatus/Makefile =================================================================== --- trunk/policycoreutils/sestatus/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/sestatus/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -25,6 +25,6 @@ rm -f sestatus *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: Modified: trunk/policycoreutils/setfiles/Makefile =================================================================== --- trunk/policycoreutils/setfiles/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/setfiles/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -29,7 +29,7 @@ rm -f setfiles *.o indent: - ../../Lindent $(wildcard *.[ch]) + ../../scripts/Lindent $(wildcard *.[ch]) relabel: install /sbin/restorecon $(SBINDIR)/setfiles Modified: trunk/policycoreutils/setsebool/Makefile =================================================================== --- trunk/policycoreutils/setsebool/Makefile 2007-04-27 17:41:32 UTC (rev 2421) +++ trunk/policycoreutils/setsebool/Makefile 2007-05-03 16:46:13 UTC (rev 2422) @@ -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. |