--- loncom/build/Makefile 2004/12/16 20:14:37 1.172 +++ loncom/build/Makefile 2005/07/01 21:21:41 1.173.2.1 @@ -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.2.1 2005/07/01 21:21:41 albertel Exp $ # TYPICAL USAGE of this Makefile is primarily for two targets: # "make build" and "make install". @@ -22,7 +22,7 @@ SAVE=program.pl.$(TIMESTAMP) LAUNCHSAVE=$(OUTSTREAM) $(SAVE) METAMTARGET="" MTARGET="" -VERSION=CVS_HEAD +VERSION=1.99.0 # The current working definition for "RELEASE" is: changes not in the software, # but in the operating system dependent packaging of the software. Thus, the # generic tarball releases do not need to have a release number specified. @@ -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