Diff for /loncom/build/Makefile between versions 1.45 and 1.46

version 1.45, 2001/11/17 18:33:44 version 1.46, 2001/11/27 23:06:08
Line 106  warningnote: Line 106  warningnote:
  fi   fi
   
 install: Makefile.install  install: Makefile.install
  echo "" > WARNINGS   echo -n "" > WARNINGS
  make -f Makefile.install SOURCE="../.." TARGET="" directories   make -f Makefile.install SOURCE="../.." TARGET="" directories
  make -f Makefile.install SOURCE="../.." TARGET="" files   make -f Makefile.install SOURCE="../.." TARGET="" files
  make -f Makefile.install SOURCE="../.." TARGET="" links   make -f Makefile.install SOURCE="../.." TARGET="" links
Line 119  Makefile.install: ../../doc/loncapafiles Line 119  Makefile.install: ../../doc/loncapafiles
  Makefile.install   Makefile.install
   
 build: Makefile.build  build: Makefile.build
  echo "" > WARNINGS   echo -n "" > WARNINGS
  make -f Makefile.build all   make -f Makefile.build all
  make warningnote   make warningnote
   

Removed from v.1.45  
changed lines
  Added in v.1.46


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