--- loncom/build/Makefile 2004/12/16 20:14:37 1.172 +++ loncom/build/Makefile 2005/03/18 20:07:21 1.173 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA -# $Id: Makefile,v 1.172 2004/12/16 20:14:37 matthew Exp $ +# $Id: Makefile,v 1.173 2005/03/18 20:07:21 albertel Exp $ # TYPICAL USAGE of this Makefile is primarily for two targets: # "make build" and "make install". @@ -119,6 +119,8 @@ help_TARGETS: @echo " system" @echo "sanitycheck: probe for common errors and recommend fixes to" @echo " the user" + @echo "clean_file_permissions: Remove erroneous keys from the " + @echo " file_permissions.db" @echo "accesscount_seed: Migrate the access counting mechanism from " @echo " nohist_reseval.db to nohist_accesscount.db." @echo "modify_config_files: Perform automatic update of the " @@ -430,6 +432,11 @@ run_searchcat: cat $(SOURCE)/doc/loncapafiles/run_searchcat.piml | \ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH) +clean_file_permissions: + cat $(SOURCE)/doc/loncapafiles/clean_file_permissions.piml | \ + perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ + tee -a WARNINGS + accesscount_seed: cat $(SOURCE)/doc/loncapafiles/accesscount_seed.piml | \ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ @@ -463,6 +470,7 @@ ownership_fix: postinstall: make webserverconf make reseval_fixup + make clean_file_permissions make accesscount_seed make modify_config_files make clearoutoldspreadsheetcache