Diff for /loncom/build/Makefile between versions 1.50 and 1.51

version 1.50, 2001/12/19 21:27:46 version 1.51, 2001/12/29 18:52:08
Line 7  CDTARGET="." Line 7  CDTARGET="."
 CDFSLOC="/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource"  CDFSLOC="/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource"
 DIST="default"  DIST="default"
 CATEGORY="development"  CATEGORY="development"
   SOURCE="../.."
   TARGET=""
   
 all:   all: 
  # nothing yet here   # nothing yet here
Line 108  warningnote: Line 110  warningnote:
  cat WARNINGS; \   cat WARNINGS; \
  fi   fi
   
 install: Makefile.install  install: Makefile.install Makefile
  echo -n "" > WARNINGS   echo -n "" > WARNINGS
  make -f Makefile.install SOURCE="../.." TARGET="" directories   make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" directories
  make -f Makefile.install SOURCE="../.." TARGET="" files   make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" files
  make -f Makefile.install SOURCE="../.." TARGET="" links   make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" links
  make configinstall   make configinstall
  make warningnote   make warningnote
   
 Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl  Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
  cat ../../doc/loncapafiles/loncapafiles.lpml | \   cat ../../doc/loncapafiles/loncapafiles.lpml | \
  perl lpml_parse.pl install $(CATEGORY) $(DIST) "../.." "" > \   perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" "$(TARGET)" > \
  Makefile.install   Makefile.install
   
 build: Makefile.build pod2html.sh pod2man.sh  build: Makefile.build pod2html.sh pod2man.sh

Removed from v.1.50  
changed lines
  Added in v.1.51


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