Diff for /loncom/build/Makefile between versions 1.19 and 1.21

version 1.19, 2001/01/06 00:05:46 version 1.21, 2001/01/16 17:58:43
Line 65  build: Line 65  build:
   
 RPM: BinaryRoot  RPM: BinaryRoot
  cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot   cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot
    cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot
   
 BinaryRoot:  BinaryRoot:
  perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot   perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot
Line 77  clean: Line 78  clean:
  rm -f Makefile.BinaryRoot   rm -f Makefile.BinaryRoot
  rm -f Makefile.build   rm -f Makefile.build
  rm -f Makefile.install   rm -f Makefile.install
    rm -f Makefile.install.tmp
    rm -f Makefile.cd.tmp
    rm -f *.rpm

Removed from v.1.19  
changed lines
  Added in v.1.21


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