Diff for /loncom/build/Makefile between versions 1.201.2.11 and 1.206

version 1.201.2.11, 2015/03/16 09:58:15 version 1.206, 2013/10/29 21:01:16
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.11
 ifeq (CVS_HEAD,${VERSION})  ifeq (CVS_HEAD,${VERSION})
 SHOWVERSION=$(NEXTVERSION).$(VERSION)  SHOWVERSION=$(NEXTVERSION).$(VERSION)
 endif  endif
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
Line 565  postinstall: Line 566  postinstall:
  sed -i "s/\x08\x08*/.../g" WARNINGS   sed -i "s/\x08\x08*/.../g" WARNINGS
 VERSION:  VERSION:
  install -d $(TARGET)/etc   install -d $(TARGET)/etc
  if (test -e /etc/loncapa-release); then \  
  cp -p -v /etc/loncapa-release /etc/loncapa-release.prev; \  
  fi  
  echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release   echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release
  date +"%Y%m%d" >> $(TARGET)/etc/loncapa-release   date +"%Y%m%d" >> $(TARGET)/etc/loncapa-release
  install -d $(TARGET)/home/httpd/html/lon-status   install -d $(TARGET)/home/httpd/html/lon-status

Removed from v.1.201.2.11  
changed lines
  Added in v.1.206


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