From 1641a97cc06873529ca3d13bc543c909a4f0465b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 20 Jul 2020 15:54:15 -0400 Subject: build: Update build system mtimes Otherwise, make tries to rebuild everything with aclocal, autoconf, autoheader, and automake. Also, create a build stamp. --- diff --git a/build b/build index 8ecb0bd..0229d8b 100755 --- a/build +++ b/build @@ -15,6 +15,7 @@ build: src/build-aux/missing \ src/build-aux/test-driver \ src/configure + touch src/aclocal.m4 src/configure src/Makefile.in src/config.in oh-autoconfigure -- \ --disable-memory \ --enable-singlethreaded \ @@ -29,6 +30,7 @@ build: --disable-errorstrings \ CFLAGS='-DNO_WOLFSSL_SERVER -DNO_SESSION_CACHE' oh-autobuild + touch $@ install: build oh-autoinstall -- cgit v0.9.1