From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 040C6138334 for ; Tue, 19 Mar 2019 20:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1884DE0884; Tue, 19 Mar 2019 20:32:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E634BE0887 for ; Tue, 19 Mar 2019 20:32:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 658F3335D0A for ; Tue, 19 Mar 2019 20:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C821656D for ; Tue, 19 Mar 2019 20:32:51 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1553022498.bc2883499918e2f6cde31eaf17ed3c46c61d6453.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/ X-VCS-Repository: proj/portage-utils X-VCS-Files: travis/main.sh X-VCS-Directories: travis/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: bc2883499918e2f6cde31eaf17ed3c46c61d6453 X-VCS-Branch: master Date: Tue, 19 Mar 2019 20:32:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccec8196-3316-4e4d-b937-ea36c027d681 X-Archives-Hash: 711664b43a0c7a18e27816fff1a980a1 commit: bc2883499918e2f6cde31eaf17ed3c46c61d6453 Author: Fabian Groffen gentoo org> AuthorDate: Tue Mar 19 19:08:18 2019 +0000 Commit: Fabian Groffen gentoo 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 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.