INN commit: trunk/support (mksnapshot)
INN Commit
rra at isc.org
Sun Dec 6 08:35:05 UTC 2020
Date: Sunday, December 6, 2020 @ 00:35:05
Author: iulius
Revision: 10438
mksnapshot: Running autogen is not necessary after make distclean
Modified:
trunk/support/mksnapshot
------------+
mksnapshot | 4 ----
1 file changed, 4 deletions(-)
Modified: mksnapshot
===================================================================
--- mksnapshot 2020-12-06 00:51:05 UTC (rev 10437)
+++ mksnapshot 2020-12-06 08:35:05 UTC (rev 10438)
@@ -70,7 +70,6 @@
# Run another build, with other configure options.
make distclean
- ./autogen
./configure --disable-shared
make warnings
make test
@@ -77,7 +76,6 @@
# Run a third build, with other configure options.
make distclean
- ./autogen
./configure --enable-tagged-hash
make warnings
make test
@@ -84,7 +82,6 @@
# Run yet another build, with other configure options.
make distclean
- ./autogen
./configure --enable-keywords --without-bdb --without-krb5 \
--without-openssl --without-sasl --without-zlib
make warnings
@@ -92,7 +89,6 @@
# Run a last build, with other configure options.
make distclean
- ./autogen
./configure --enable-largefiles
make warnings
make test
More information about the inn-committers
mailing list