Diff for /loncom/build/Makefile between versions 1.54 and 1.55

version 1.54, 2002/01/07 22:12:21 version 1.55, 2002/01/09 22:19:40
Line 7  DIST="default" Line 7  DIST="default"
 CATEGORY="development"  CATEGORY="development"
 SOURCE="../.."  SOURCE="../.."
 TARGET=""  TARGET=""
   NORESTORECONF="0"
   
 help:   help: 
  @echo "*** You need to specify a valid target ***"   @echo "*** You need to specify a valid target ***"
Line 40  help: Line 41  help:
  @echo "           CVS:doc/otherfiles/rpm_list.txt"   @echo "           CVS:doc/otherfiles/rpm_list.txt"
  @echo "rpmstatuspost: post the results of "make rpmstatus" to "   @echo "rpmstatuspost: post the results of "make rpmstatus" to "
  @echo "            TARGET/home/httpd/html/lon-status/rpmstatus.html"   @echo "            TARGET/home/httpd/html/lon-status/rpmstatus.html"
    @echo "RPM: build LON-CAPA-base RPM from CVS repository"
    @echo "setup_RPM: build LON-CAPA-setup RPM from CVS repository"
    @echo "           handy for CD-ROM generation"
   
 test: TEST_lpml_scripts TEST_system_dependencies TEST_web_layer  test: TEST_lpml_scripts TEST_system_dependencies TEST_web_layer
  @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL"   @echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL"
Line 58  TEST_web_layer: Line 62  TEST_web_layer:
 HTML:  HTML:
  install -d HTML   install -d HTML
  cp ../../doc/loncapafiles/*.gif HTML   cp ../../doc/loncapafiles/*.gif HTML
  perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > \   cat ../../doc/loncapafiles/loncapafiles.lpml | \
  HTML/index.html   perl lpml_parse.pl html development default ../.. '' > HTML/index.html
   
 status:  status:
  install -d HTML   install -d HTML
Line 88  rpmstatuspost: rpmstatus Line 92  rpmstatuspost: rpmstatus
  cp RPMSTATUS/rpmstatus.html /home/httpd/html/lon-status/rpmstatus.html   cp RPMSTATUS/rpmstatus.html /home/httpd/html/lon-status/rpmstatus.html
   
 configinstall: Makefile.configinstall  configinstall: Makefile.configinstall
  make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles   make -f Makefile.configinstall SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
  perl loncaparestoreconfigurations suffix .lpmlnew   configfiles
    if (test "0" = $(NORESTORECONF)); then \
    perl loncaparestoreconfigurations suffix .lpmlnew; fi
   
 Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl  Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
  cat ../../doc/loncapafiles/loncapafiles.lpml | \   cat ../../doc/loncapafiles/loncapafiles.lpml | \
  perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "../.." "" > \   perl lpml_parse.pl configinstall $(CATEGORY) $(DIST) "$(SOURCE)" \
  Makefile.configinstall   "$(TARGET)" > Makefile.configinstall
   
 warningnote:  warningnote:
  @if (test -s WARNINGS); then \   @if (test -s WARNINGS); then \
Line 119  install: Makefile.install Makefile Line 125  install: Makefile.install Makefile
  directories   directories
  make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" files   make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" files
  make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" links   make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" links
  make configinstall   make SOURCE="$(SOURCE)" TARGET="$(TARGET)" \
    NORESTORECONF="$(NORESTORECONF)" configinstall
  make warningnote   make warningnote
   
 Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl  Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
Line 137  Makefile.build: ../../doc/loncapafiles/l Line 144  Makefile.build: ../../doc/loncapafiles/l
  perl lpml_parse.pl build $(CATEGORY) $(DIST) "../.." "" > \   perl lpml_parse.pl build $(CATEGORY) $(DIST) "../.." "" > \
  Makefile.build   Makefile.build
   
 RPM: BinaryRoot  RPM: BinaryRoot base_rpm_file_list
  cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot   cat ../../doc/loncapafiles/loncapafiles.lpml | perl lpml_parse.pl make_rpm $(CATEGORY) $(DIST) $(SOURCE) $(TARGET) > base_customizerpm.xml
  cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot   cat base_rpm_file_list.txt | perl make_rpm.pl base 3.2 '' '' \
    BinaryRoot base_customizerpm.xml
   
   setup_RPM: SetupBinaryRoot
    echo "SetupBinaryRoot/etc/passwd" > setup_rpm_file_list.txt
    echo "SetupBinaryRoot/etc/group" >> setup_rpm_file_list.txt
    echo "SetupBinaryRoot/etc/hosts.deny" >> setup_rpm_file_list.txt
    echo "SetupBinaryRoot/home/www" >> setup_rpm_file_list.txt
    echo "SetupBinaryRoot/etc/pam.d/passwd" >> setup_rpm_file_list.txt
    echo "SetupBinaryRoot/etc/pam.d/login" >> setup_rpm_file_list.txt
    perl setup_rpm_binaryroot.pl
    cat setup_rpm_file_list.txt | perl make_rpm.pl setup 3.2 '' '' \
    SetupBinaryRoot customizerpm.xml
   
   
   base_rpm_file_list:
    cat ../../doc/loncapafiles/loncapafiles.lpml | \
    perl lpml_parse.pl rpm_file_list $(CATEGORY) $(DIST) $(SOURCE) \
    'BinaryRoot' | sort > base_rpm_file_list.txt
   
 BinaryRoot:  BinaryRoot: base_rpm_file_list
  perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot   make TARGET='BinaryRoot' NORESTORECONF='1' install
   
 loncapaconfig:  loncapaconfig:
  rm -Rf LoncapaconfigRoot   rm -Rf LoncapaconfigRoot
Line 213  clean: Line 238  clean:
  rm -Rf HTML   rm -Rf HTML
  rm -f Makefile.build   rm -f Makefile.build
  rm -f Makefile.install   rm -f Makefile.install
    rm -Rf BinaryRoot
    rm -Rf SetupBinaryRoot

Removed from v.1.54  
changed lines
  Added in v.1.55


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