diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-12 19:39:05 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-12 19:39:05 -0400 |
commit | 5f81af65bc63a310dc3c26c2ee954e2972e7753b (patch) | |
tree | 80fd78a993e7e309a1e9f3309a34131ebf6c22c2 /configure | |
parent | 62fbf69abb7c2df181f87c63dd8063da05043aee (diff) |
remove verbose from ARFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ cat <<EOF > .build.mk .POSIX: # work-around GNU ar's default "deterministic" mode -ARFLAGS=rvU +ARFLAGS=rU default: all |