Diff for /loncom/build/Makefile between versions 1.201.2.10 and 1.209

version 1.201.2.10, 2015/03/12 01:00:02 version 1.209, 2015/03/16 05:44:04
Line 26  SAVE=program.pl.$(TIMESTAMP) Line 26  SAVE=program.pl.$(TIMESTAMP)
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)  LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""  METAMTARGET=""
 MTARGET=""  MTARGET=""
 VERSION=2.11.1  VERSION=CVS_HEAD
 SHOWVERSION=$(VERSION)  SHOWVERSION=$(VERSION)
 NEXTVERSION=2.12  NEXTVERSION=2.12
 ifeq (CVS_HEAD,${VERSION})  ifeq (CVS_HEAD,${VERSION})
Line 530  latex_fmtutil: Line 530  latex_fmtutil:
   
 lcmathcomplex:  lcmathcomplex:
  cat $(SOURCE)/doc/loncapafiles/lcmathcomplex.piml | \   cat $(SOURCE)/doc/loncapafiles/lcmathcomplex.piml | \
  perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \          perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
  tee -a WARNINGS          tee -a WARNINGS
   
 removenolongerused:  removenolongerused:
  cat $(SOURCE)/doc/loncapafiles/removenolongerused.piml | \   cat $(SOURCE)/doc/loncapafiles/removenolongerused.piml | \
Line 555  postinstall: Line 555  postinstall:
  make sanitycheck   make sanitycheck
  make logcleanup   make logcleanup
  make sendmail_fix   make sendmail_fix
  make ownership_fix  
  make wrap_setuid   make wrap_setuid
  make latex_fixup   make latex_fixup
  make picins_check   make picins_check

Removed from v.1.201.2.10  
changed lines
  Added in v.1.209


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>