Diff for /loncom/build/Makefile between versions 1.171.2.2 and 1.171.2.3

version 1.171.2.2, 2004/12/23 18:01:02 version 1.171.2.3, 2004/12/23 18:07:47
Line 126  help_TARGETS: Line 126  help_TARGETS:
  @echo "ntpcheck: test to see if ntp is installed and running."   @echo "ntpcheck: test to see if ntp is installed and running."
  @echo "html_parser_check: test functionality of HTML::Parser."   @echo "html_parser_check: test functionality of HTML::Parser."
  @echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml."   @echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml."
    @echo "chkconfig: test runlevels of httpd and loncontrol."
  @echo "rpmcheck: test to see if rpms known to confict are installed."   @echo "rpmcheck: test to see if rpms known to confict are installed."
  @echo "updatequery: solicit the user for machine configuration"   @echo "updatequery: solicit the user for machine configuration"
  @echo "             information; to be incorporated during an update"   @echo "             information; to be incorporated during an update"
Line 406  cron_lpmlcheck: Line 407  cron_lpmlcheck:
  perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \   perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
  tee -a WARNINGS   tee -a WARNINGS
   
   chkconfig:
    cat $(SOURCE)/doc/loncapafiles/chkconfig.piml | \
    perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
    tee -a WARNINGS
   
 rpmcheck:  rpmcheck:
  cat $(SOURCE)/doc/loncapafiles/rpmcheck.piml | \   cat $(SOURCE)/doc/loncapafiles/rpmcheck.piml | \
Line 461  postinstall: Line 466  postinstall:
  make accesscount_seed   make accesscount_seed
  make modify_config_files   make modify_config_files
  make clearoutoldspreadsheetcache   make clearoutoldspreadsheetcache
    make chkconfig
  make rpmcheck   make rpmcheck
  make ntpcheck   make ntpcheck
  make html_parser_check   make html_parser_check

Removed from v.1.171.2.2  
changed lines
  Added in v.1.171.2.3


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