diff options
author | Patrick 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) |
commit | 1641a97cc06873529ca3d13bc543c909a4f0465b (patch) | |
tree | f75328a9b8aecac4bab1b99b5c20f8596101edc1 | |
parent | d58d608dfc2a6474cb7ae7b58cb2b89451ad9df2 (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-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |