version 1.183.2.4, 2007/05/31 01:27:16
|
version 1.185.2.2, 2007/12/23 18:11:48
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=2.4.0 |
VERSION=2.5.99.1 |
# The current working definition for "RELEASE" is: changes not in the software, |
# The current working definition for "RELEASE" is: changes not in the software, |
# but in the operating system dependent packaging of the software. Thus, the |
# but in the operating system dependent packaging of the software. Thus, the |
# generic tarball releases do not need to have a release number specified. |
# generic tarball releases do not need to have a release number specified. |
Line 128 help_TARGETS:
|
Line 128 help_TARGETS:
|
@echo " configuration files for yum and MySQL." |
@echo " configuration files for yum and MySQL." |
@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 "math_random_check: test functionality of Math::Random." |
@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 "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." |
Line 395 html_parser_check:
|
Line 396 html_parser_check:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
math_random_check: |
|
cat $(SOURCE)/doc/loncapafiles/math_random_check.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
cron_lpmlcheck: |
cron_lpmlcheck: |
cat $(SOURCE)/doc/loncapafiles/cron_lpmlcheck.piml | \ |
cat $(SOURCE)/doc/loncapafiles/cron_lpmlcheck.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |