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

version 1.6, 2002/04/29 19:19:08 version 1.7, 2002/05/04 21:26:54
Line 40  cvsreport: Line 40  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 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.6  
changed lines
  Added in v.1.7


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