summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-20 15:54:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-20 15:54:15 (EDT)
commit1641a97cc06873529ca3d13bc543c909a4f0465b (patch)
treef75328a9b8aecac4bab1b99b5c20f8596101edc1
parentd58d608dfc2a6474cb7ae7b58cb2b89451ad9df2 (diff)
build: Update build system mtimes
Otherwise, make tries to rebuild everything with aclocal, autoconf, autoheader, and automake. Also, create a build stamp.
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
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