summaryrefslogtreecommitdiff
path: root/gl/top/README-release.diff
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2018-07-24 09:06:44 +0200
committerPavel Raiskup <praiskup@redhat.com>2018-07-24 09:06:44 +0200
commitb88cebd510add4420dd8f5367e3cc6e6e1f267cd (patch)
treee1625ff71f0fba6ee5fa04795248628c7ba31c45 /gl/top/README-release.diff
parent99bd0948e20ca796c0d38dee606965b86ce0832a (diff)
downloadlibtool-b88cebd510add4420dd8f5367e3cc6e6e1f267cd.tar.gz
maint: update bootstrap, gnulib, copyright dates
* gnulib: Update to the latest git version. * gl-mod/bootstrap: Likewise. * bootstrap: Regenerate. * gl/top/README-release.diff: Update the patch for the latest changes in gnulib's README-release.
Diffstat (limited to 'gl/top/README-release.diff')
-rw-r--r--gl/top/README-release.diff11
1 files changed, 6 insertions, 5 deletions
diff --git a/gl/top/README-release.diff b/gl/top/README-release.diff
index 963edf05..8bcc2c91 100644
--- a/gl/top/README-release.diff
+++ b/gl/top/README-release.diff
@@ -1,5 +1,5 @@
---- gnulib/top/README-release 2013-01-01 16:56:11.111973500 +0100
-+++ gl/top/README-release 2013-01-01 16:55:31.423573500 +0100
+--- gnulib/top/README-release
++++ README-release
@@ -1,5 +1,9 @@
Here are most of the steps we (maintainers) follow when making a release.
@@ -10,7 +10,7 @@
* Start from a clean, up-to-date git directory on "master":
make -k maintainer-clean || { ./configure && make maintainer-clean; }
-@@ -27,9 +31,24 @@
+@@ -27,10 +31,25 @@ Here are most of the steps we (maintainers) follow when making a release.
./bootstrap && ./configure
@@ -23,9 +23,10 @@
+
+* Run "./bootstrap && ./configure".
+
- * Pre-release testing: ensure that the following command succeeds:
+ * Pre-release testing: ensure that the following commands succeed:
- make check syntax-check distcheck
+ c=check ve=check-very-expensive; git grep -q "^$ve:\$" && c=$ve
+ make $c syntax-check distcheck
+ make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install
+ make distcheck DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g
+ make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-shared