Added commented-out directory touch fix for stale NFS handle issue
authorW. Trevor King <wking@drexel.edu>
Sat, 3 Apr 2010 22:08:13 +0000 (18:08 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 3 Apr 2010 22:08:13 +0000 (18:08 -0400)
Makefile

index 52f85a740754d93c021d68aae20b3bdde8d75447..97c9827b5e782472af24f114fafb78298e1cc392 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,11 @@ install :
        @for i in $(SUBDIRS); do \
         echo "make install in $$i..."; \
         (cd $$i; $(MAKE) $(MFLAGS) install); done
+#      ssh $(INSTALL_USER)@$(INSTALL_HOST) \
+#        "find $(INSTALL_DIR) -type d -execdir touch {} \;"
+# Directory touches to fix problems like "NFS Stale File Handle" if your
+# installation directory is NFS mounted by your webserver.  Uncomment it
+# if you need to.
 
 clean :
        @for i in $(SUBDIRS); do \