Diff for /loncom/build/Makefile between versions 1.195 and 1.196

version 1.195, 2011/03/10 16:41:42 version 1.196, 2011/03/24 02:04:46
Line 545  VERSION: Line 545  VERSION:
  date +"%Y%m%d" >> $(TARGET)/home/httpd/html/lon-status/version.txt   date +"%Y%m%d" >> $(TARGET)/home/httpd/html/lon-status/version.txt
   
 aboutVERSION:  aboutVERSION:
  cp -v $(SOURCE)/loncom/license/about.html \   cp -p -v $(SOURCE)/loncom/license/about.html \
  $(SOURCE)/loncom/license/about.html.orig   $(SOURCE)/loncom/license/about.html.orig
  cp -v $(SOURCE)/loncom/loncapa_apache.conf \   cp -p -v $(SOURCE)/loncom/loncapa_apache.conf \
  $(SOURCE)/loncom/loncapa_apache.conf.orig   $(SOURCE)/loncom/loncapa_apache.conf.orig
  cat $(SOURCE)/loncom/license/about.html | \   cat $(SOURCE)/loncom/license/about.html | \
  perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/(\<\!\-\- VERSION \-\-\>|\d+\.\d+\.CVS_HEAD\-\d{10})/$(SHOWVERSION)-$$d/; print;}' > \   perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/(\<\!\-\- VERSION \-\-\>|\d+\.\d+\.CVS_HEAD\-\d{10})/$(SHOWVERSION)-$$d/; print;}' > \

Removed from v.1.195  
changed lines
  Added in v.1.196


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