mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
*** empty log message ***
This commit is contained in:
parent
a786db16b2
commit
8098fca931
2 changed files with 19 additions and 2 deletions
13
RELEASE
13
RELEASE
|
@ -118,17 +118,26 @@ Spiffing checklist:
|
||||||
* Commit all changes to the CVS repository.
|
* Commit all changes to the CVS repository.
|
||||||
|
|
||||||
* Build a test distribution.
|
* Build a test distribution.
|
||||||
|
|
||||||
+ update GUILE-VERSION each time you make a test distribution. For
|
+ update GUILE-VERSION each time you make a test distribution. For
|
||||||
example, just before the 1.6.0 release, we went through some
|
example, just before the 1.6.0 release, we went through some
|
||||||
number of 1.5.X test releases.
|
number of 1.5.X test releases.
|
||||||
|
|
||||||
+ BEFORE doing 'make dist', configure the source tree for build
|
+ BEFORE doing 'make dist', configure the source tree for build
|
||||||
in the same tree with configuration options
|
in the same tree with these configuration options:
|
||||||
--enable-maintainer-mode --enable-debug-malloc --with-threads.
|
--enable-maintainer-mode
|
||||||
|
--enable-debug-malloc
|
||||||
|
--with-threads
|
||||||
|
--enable-error-on-warning
|
||||||
|
|
||||||
+ Make sure that readline was enabled correctly.
|
+ Make sure that readline was enabled correctly.
|
||||||
|
|
||||||
+ Build the tree.
|
+ Build the tree.
|
||||||
(If the above steps are not done, the dependencies won't be properly
|
(If the above steps are not done, the dependencies won't be properly
|
||||||
included in the generated Makefile.in files.)
|
included in the generated Makefile.in files.)
|
||||||
|
|
||||||
+ Then do 'make dist'.
|
+ Then do 'make dist'.
|
||||||
|
|
||||||
+ Check that the dependencies in guile-readline/Makefile look OK.
|
+ Check that the dependencies in guile-readline/Makefile look OK.
|
||||||
(We currently use a kludge which edits the dependencies generated
|
(We currently use a kludge which edits the dependencies generated
|
||||||
by automake so that Guile can be built in a directory separate
|
by automake so that Guile can be built in a directory separate
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
2001-08-17 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
|
* Makefile.am (guile_tut_TEXINFOS): remove guile-tut.texi. It's
|
||||||
|
already in info_TEXINFOS.
|
||||||
|
|
||||||
|
* .cvsignore: rename stamp-vti1 to stamp-vti.1. Of course this
|
||||||
|
only matters once you fix the bug in automake.
|
||||||
|
|
||||||
2001-08-02 Neil Jerram <neil@ossau.uklinux.net>
|
2001-08-02 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* scheme-debug.texi (Debugging): Improve `make-stack' doc by
|
* scheme-debug.texi (Debugging): Improve `make-stack' doc by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue