[LON-CAPA-cvs] cvs: loncom /build Makefile
raeburn
raeburn at source.lon-capa.org
Mon Mar 16 01:44:04 EDT 2015
raeburn Mon Mar 16 05:44:04 2015 EDT
Modified files:
/loncom/build Makefile
Log:
- Avoid time-consuming recursion of user directories when running ./UPDATE
- Either schedule this to be run after the UPDATE has finished, or
separate it from the install/update process, and run routinely from cron.
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.208 loncom/build/Makefile:1.209
--- loncom/build/Makefile:1.208 Fri Jun 13 12:56:34 2014
+++ loncom/build/Makefile Mon Mar 16 05:44:04 2015
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
-# $Id: Makefile,v 1.208 2014/06/13 12:56:34 raeburn Exp $
+# $Id: Makefile,v 1.209 2015/03/16 05:44:04 raeburn Exp $
# TYPICAL USAGE of this Makefile is primarily for two targets:
# "make build" and "make install".
@@ -555,7 +555,6 @@
make sanitycheck
make logcleanup
make sendmail_fix
- make ownership_fix
make wrap_setuid
make latex_fixup
make picins_check
More information about the LON-CAPA-cvs
mailing list