version 1.190.8.6, 2011/10/10 00:59:51
|
version 1.190.8.7.2.1, 2012/02/08 01:59:58
|
Line 26 SAVE=program.pl.$(TIMESTAMP)
|
Line 26 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=2.10.1 |
VERSION=2.10.1-MITr.1 |
SHOWVERSION=$(VERSION) |
SHOWVERSION=$(VERSION) |
NEXTVERSION=2.11 |
NEXTVERSION=2.11 |
ifeq (CVS_HEAD,${VERSION}) |
ifeq (CVS_HEAD,${VERSION}) |
Line 136 help_TARGETS:
|
Line 136 help_TARGETS:
|
@echo " nohist_reseval.db to nohist_accesscount.db." |
@echo " nohist_reseval.db to nohist_accesscount.db." |
@echo "modify_config_files: Perform automatic update of the " |
@echo "modify_config_files: Perform automatic update of the " |
@echo " configuration files for yum and MySQL." |
@echo " configuration files for yum and MySQL." |
|
@echo "langcheck: test to see if root bash and OS are using English." |
@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 "math_random_check: test functionality of Math::Random." |
Line 398 tardist:
|
Line 399 tardist:
|
rm -f $(SOURCE)/tar_WARNINGS |
rm -f $(SOURCE)/tar_WARNINGS |
make warningnote |
make warningnote |
|
|
|
langcheck: |
|
cat $(SOURCE)/doc/loncapafiles/langcheck.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
ntpcheck: |
ntpcheck: |
cat $(SOURCE)/doc/loncapafiles/ntpcheck.piml | \ |
cat $(SOURCE)/doc/loncapafiles/ntpcheck.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
Line 525 postinstall:
|
Line 531 postinstall:
|
make update_queue_slots |
make update_queue_slots |
make modify_config_files |
make modify_config_files |
make clearoutoldspreadsheetcache |
make clearoutoldspreadsheetcache |
|
make langcheck |
make chkconfig |
make chkconfig |
make rpmcheck |
make rpmcheck |
make ntpcheck |
make ntpcheck |