You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/04/09 05:20:56 UTC

[incubator-nuttx-testing] 02/04: Avoid occasional "aclocal/automake missing" errors

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 <ya...@midokura.com>
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