From commits-return-6786-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Thu Apr 9 05:20:56 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DB642180671 for ; Thu, 9 Apr 2020 07:20:55 +0200 (CEST) Received: (qmail 78113 invoked by uid 500); 9 Apr 2020 05:20:55 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 78025 invoked by uid 99); 9 Apr 2020 05:20:55 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2020 05:20:55 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A91478B69D; Thu, 9 Apr 2020 05:20:54 +0000 (UTC) Date: Thu, 09 Apr 2020 05:20:56 +0000 To: "commits@nuttx.apache.org" Subject: [incubator-nuttx-testing] 02/04: Avoid occasional "aclocal/automake missing" errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: xiaoxiang@apache.org In-Reply-To: <158640965461.22563.6233354938660291193@gitbox.apache.org> References: <158640965461.22563.6233354938660291193@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nuttx-testing X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: bf7e19be89a471020cfe3a40d157a5de0c737d95 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200409052054.A91478B69D@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git commit bf7e19be89a471020cfe3a40d157a5de0c737d95 Author: YAMAMOTO Takashi AuthorDate: Thu Apr 2 02:16:03 2020 +0900 Avoid occasional "aclocal/automake missing" errors --- cibuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cibuild.sh b/cibuild.sh index 7af00df..c3f678f 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -76,6 +76,8 @@ function kconfig-frontends { --disable-kconfig --disable-nconf --disable-qconf \ --disable-gconf --disable-mconf --disable-static \ --disable-shared --disable-L10n --disable-utils + # Avoid "aclocal/automake missing" errors + touch aclocal.m4 Makefile.in make install cd $tools; git clean -xfd fi