Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/checklist.html
Дата изменения: Tue Jan 16 15:35:13 2001 Дата индексирования: Sat Dec 22 10:21:57 2007 Кодировка: Поисковые слова: тет т т т т т т т т т т т т т |
ChangeLog DEPEND Makefile VERSION DISTRIBUTION
.DISTRIBUTION
should contain one or more of: soc, ssc, world
.ChangeLog
should contain a list of open SPRs including their number.ChangeLog
should contain a list of SPRs closed in the current release.ChangeLog
should contain a description of the
changes made in the current version. Start a new ChangeLog entry as follows:
Version M.m.p - yyyy-mm-dd (Initials or name)
-------------
+ some text
+ some other text
When you refer to an SPR, write SOC-SPR-xxxx
or
SSC-SPR-xxxx
. If it is an SCR, write SAS-SCR-xxxx
.
DEPEND
should contain the package names and versions required to build the current package. For instance:
dal 1.200
cal 3.50
error 1.0
Given your current SAS environment, you can only state that your
package works with the version of the SAS packages that you have
available. So you should update DEPEND
accordingly.
You may want to use the script updatedepend
. This
generates the file DEPEND.new
that you should check and
then rename DEPEND
.
DEPEND
must
contain taskmain.USEDLIBS
statements in all
Makefiles in the package, the corresponding package should be listed
in DEPEND
.Makefile
should only contain a SUBDIRS
and include $(SAS_DIR)/Make.include
.
CONFIGFILES=task.par
.task.par
with a syntax as described in the documentation of packages param
.mode
parameter.f
.task_description.tex
.TEXDOCS=task
.
pkgmaker
.
pkgmaker
)