Diff for /loncom/build/Makefile.cvs between versions 1.6 and 1.8

version 1.6, 2002/04/29 19:19:08 version 1.8, 2002/06/02 04:39:34
Line 14  help: Line 14  help:
  @echo "           LON-CAPA archiving"   @echo "           LON-CAPA archiving"
  @echo "linesofcode: look at the number of unique lines of code since"   @echo "linesofcode: look at the number of unique lines of code since"
  @echo "           LON-CAPA archiving"   @echo "           LON-CAPA archiving"
    @echo "statpage: an HTML formatted presentation of cvscommit and"
    @echo "          linesofcode"
  @echo "Information is placed inside CVS:loncom/build/cvsstats"   @echo "Information is placed inside CVS:loncom/build/cvsstats"
   
 cvsreport:  cvsreport:
Line 40  cvsreport: Line 42  cvsreport:
  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 48  cvsreport: Line 50  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.6  
changed lines
  Added in v.1.8


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