Diff for /loncom/build/Makefile.cvs between versions 1.5 and 1.7

version 1.5, 2002/04/29 19:15:41 version 1.7, 2002/05/04 21:26:54
Line 21  cvsreport: Line 21  cvsreport:
  echo "<h1>Automatically generated CVS report</h1>" > \   echo "<h1>Automatically generated CVS report</h1>" > \
  ../../doc/build/cvsreport.html   ../../doc/build/cvsreport.html
  # General Date Info   # General Date Info
  echo "<h1>LON-CAPA Software Changes from `date --date='7 days ago' \   echo "<h1>LON-CAPA Software Changes from \
    `date --date='$(TIMEAGO) days ago' \
  +\"%Y-%m-%d\"` to `date +\"%Y-%m-%d\"`</h1>" >> \   +\"%Y-%m-%d\"` to `date +\"%Y-%m-%d\"`</h1>" >> \
  ../../doc/build/cvsreport.html   ../../doc/build/cvsreport.html
  # General Alteration Info   # General Alteration Info
  echo "<p>Number of altered files:" >> ../../doc/build/cvsreport.html   echo "<p>Number of altered files:" >> ../../doc/build/cvsreport.html
  cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" \   cd ../..; cvs log \
    -d ">`date --date='$(TIMEAGO) days ago' +\"%Y-%m-%d\"`" \
  loncom CAPA doc 2>/dev/null | perl \   loncom CAPA doc 2>/dev/null | perl \
  loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- | \   loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- | \
  wc -l >> doc/build/cvsreport.html   wc -l >> doc/build/cvsreport.html
  # Listing of Altered Files   # Listing of Altered Files
  echo "</p><p>Altered files:</p><p><pre>" >> \   echo "</p><p>Altered files:</p><p><pre>" >> \
  ../../doc/build/cvsreport.html   ../../doc/build/cvsreport.html
  cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" \   cd ../..; cvs log \
    -d ">`date --date='$(TIMEAGO) days ago' +\"%Y-%m-%d\"`" \
  loncom CAPA doc 2>/dev/null | \   loncom CAPA doc 2>/dev/null | \
  perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- \   perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- \
  >> doc/build/cvsreport.html   >> doc/build/cvsreport.html
  echo "</pre></p>" >> ../constructdoc/devhistory/cvsreport.html   echo "</pre></p>" >> ../../doc/build/cvsreport.html
  make -f Makefile.cvs COMPONENT=loncom logentries   make -f Makefile.cvs COMPONENT=loncom logentries
  make -f Makefile.cvs COMPONENT=CAPA logentries   make -f Makefile.cvs COMPONENT=CAPA logentries
  make -f Makefile.cvs COMPONENT=doc logentries   make -f Makefile.cvs COMPONENT=doc logentries
Line 45  cvsreport: Line 48  cvsreport:
 logentries:  logentries:
  # Log entries for $(COMPONENT)   # Log entries for $(COMPONENT)
  echo "<p>Log entries for <b>$(COMPONENT)</b>:</p><pre>" >>\   echo "<p>Log entries for <b>$(COMPONENT)</b>:</p><pre>" >>\
  ../constructdoc/devhistory/cvsreport.html   ../../doc/build/cvsreport.html
  cd ../$(COMPONENT); cvs log -d ">`date --date='$(TIMEAGO) days ago' \   cd ../../$(COMPONENT); cvs log -d ">`date --date='$(TIMEAGO) days ago' \
  +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../build/cvsfilter.pl >> \   +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> \
  ../constructdoc/devhistory/cvsreport.html   ../doc/build/cvsreport.html
  echo "</pre></p>" >> ../constructdoc/devhistory/cvsreport.html   echo "</pre></p>" >> ../../doc/build/cvsreport.html
   
 statpage:  statpage:
  install -d $(STATSUBDIR)   install -d $(STATSUBDIR)

Removed from v.1.5  
changed lines
  Added in v.1.7


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