version 1.156.2.6, 2004/03/08 20:18:30
|
version 1.161.2.2, 2004/06/08 23:13:22
|
Line 10
|
Line 10
|
# ======================================= Default settings for Makefile options |
# ======================================= Default settings for Makefile options |
DISTPROBE=`perl ./distprobe` |
DISTPROBE=`perl ./distprobe` |
DIST=$(DISTPROBE) |
DIST=$(DISTPROBE) |
CATEGORY="development" |
CATEGORY="runtime" |
SOURCE=../.. |
SOURCE=../.. |
TARGET="" |
TARGET="" |
NORESTORECONF="0" |
NORESTORECONF="0" |
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=1.1.2 |
VERSION=1.1.99.0 |
# 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 119 help_TARGETS:
|
Line 119 help_TARGETS:
|
@echo " system" |
@echo " system" |
@echo "sanitycheck: probe for common errors and recommend fixes to" |
@echo "sanitycheck: probe for common errors and recommend fixes to" |
@echo " the user" |
@echo " the user" |
|
@echo "ntpcheck: test to see if ntp is installed and running." |
|
@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" |
@echo " procedure (via the UPDATE command)" |
@echo " procedure (via the UPDATE command)" |
Line 381 tardist:
|
Line 383 tardist:
|
rm -f $(SOURCE)/tar_WARNINGS |
rm -f $(SOURCE)/tar_WARNINGS |
make warningnote |
make warningnote |
|
|
|
ntpcheck: |
|
cat $(SOURCE)/doc/loncapafiles/ntpcheck.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
|
rpmcheck: |
|
cat $(SOURCE)/doc/loncapafiles/rpmcheck.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
sanitycheck: |
sanitycheck: |
cat $(SOURCE)/doc/loncapafiles/sanitycheck.piml | \ |
cat $(SOURCE)/doc/loncapafiles/sanitycheck.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
Line 410 sendmail_fix:
|
Line 422 sendmail_fix:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
ownership_fix: |
|
cat $(SOURCE)/doc/loncapafiles/ownership_fix.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
postinstall: |
postinstall: |
make webserverconf |
make webserverconf |
make reseval_fixup |
make reseval_fixup |
make accesscount_seed |
make accesscount_seed |
make clearoutoldspreadsheetcache |
make clearoutoldspreadsheetcache |
|
make rpmcheck |
|
make ntpcheck |
make sanitycheck |
make sanitycheck |
make sendmail_fix |
make sendmail_fix |
|
make ownership_fix |
|
|
VERSION: |
VERSION: |
install -d $(TARGET)/etc |
install -d $(TARGET)/etc |