commit:     bc2883499918e2f6cde31eaf17ed3c46c61d6453
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 19:08:18 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 19:08:18 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=bc288349

travis: touch files in order not to trigger autoreconf

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 travis/main.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/travis/main.sh b/travis/main.sh
index bf1c01f..1cf62b9 100755
--- a/travis/main.sh
+++ b/travis/main.sh
@@ -30,6 +30,8 @@ main() {
        export CPPFLAGS="-I${PWD}/../sysroot"
        export LDFLAGS="-L${PWD}/../sysroot"
 
+       # get timestamps in order
+       v touch configure.ac Makefile.am aclocal.m4 configure Makefile.in 
config.h.in
        v ./configure
 
        # Standard optimized build.

Reply via email to