libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: branch-1-5: update testing and release instructions


From: Ralf Wildenhues
Subject: FYI: branch-1-5: update testing and release instructions
Date: Sat, 18 Aug 2007 10:59:09 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello libtool patches,

I noted two glitches in branch-1-5 that I thought were good to have
fixed, regardless of whether we actually release another 1.5.x:
- the testing instructions in README were broken,
- when I go through the release procedure and use a build tree that's
  been used before, ltmain.sh does not get updated correctly.  I'm prone
  to such an error when doing a release.  AFAICS, HEAD does not have
  this bug.

I hope this is trivial enough to go without review.  Applied to
branch-1-5.

Cheers,
Ralf

2007-08-18  Ralf Wildenhues  <address@hidden>

        * README: Fix testing instructions.
        * README-alpha: Fix release instructions: build in a new tree.

Index: README
===================================================================
RCS file: /cvsroot/libtool/libtool/README,v
retrieving revision 1.17.2.4
diff -u -r1.17.2.4 README
--- README      31 Aug 2005 06:38:50 -0000      1.17.2.4
+++ README      18 Aug 2007 08:57:30 -0000
@@ -65,7 +65,8 @@
 To run a test group in isolation (say, you think you have fixed a bug,
 but don't want to rerun the entire suite), you can do it like this:
 
-  env TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' make check
+  env TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \
+  make -e check
 
 Providing that you have a FAIL from the most recent group from a
 particular demo directory (like the cdemo-static.test group above), you
@@ -78,7 +79,7 @@
 test output like this:
 
   env VERBOSE=1 TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test' \
-  make check
+  make -e check
 
 Alternatively, because each test is a shell script, in a non VPATH build,
 you can simply execute the tests, they will be verbose.
Index: README-alpha
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/README-alpha,v
retrieving revision 1.15.2.8
diff -u -r1.15.2.8 README-alpha
--- README-alpha        20 Dec 2005 13:33:37 -0000      1.15.2.8
+++ README-alpha        18 Aug 2007 08:57:31 -0000
@@ -90,7 +90,8 @@
 
 * Run ./bootstrap.
 
-* Run ./configure and then make.
+* Run ./configure and then make.  Do not reuse an existing build tree,
+  remove an old config.status file if present.
 
 * Run `make fetch', which will fetch new versions of the files that are
   maintained outside of libtool.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]