--- mitgcm.org/devel/buildweb/Makefile 2008/03/05 00:46:08 1.10 +++ mitgcm.org/devel/buildweb/Makefile 2014/09/04 19:52:33 1.11 @@ -39,9 +39,12 @@ mkdir -p $(TARGETDIR)/on-line-figs cp -rp $(LATEXROOT)/on-line-figs/* $(TARGETDIR)/on-line-figs/ +#jmc: to speed up, use a "mv" of dir VDBROOT instead of a copy: +# but this prevents to do multiple "make quick" after a "make VDB" InstallVDB: mkdir -p $(TARGETDIR)/code_reference - cp -rp $(VDBROOT) $(TARGETDIR)/code_reference/ + #cp -rp $(VDBROOT) $(TARGETDIR)/code_reference/ + mv $(VDBROOT) $(TARGETDIR)/code_reference/ Bonniefy: $(TARGETDIR) chmod -R u+w $(TARGETDIR)