On 2014-11-25, Christian Weisgerber <[email protected]> wrote:
> Update devel/gmake to 4.1. No major changes.
FWIW, the failure of the final features/archives regression test
isn't new. It's a result of our ar(1) ignoring zero-length files.
I'll talk to upstream.
We can add patches/patch-tests_scripts_features_archives:
$OpenBSD$
--- tests/scripts/features/archives.orig Sun Oct 5 18:24:51 2014
+++ tests/scripts/features/archives Tue Nov 25 18:40:08 2014
@@ -83,7 +83,7 @@ run_make_test(q!
DIR = artest
vpath % $(DIR)
default: lib(foo)
-(%): %.vhd ; @cd $(DIR) && touch $(*F) && $(AR) $(ARFLAGS) $@ $(*F) >/dev/null
2>&1 && rm $(*F)
+(%): %.vhd ; @cd $(DIR) && echo foo >$(*F) && $(AR) $(ARFLAGS) $@ $(*F)
>/dev/null 2>&1 && rm $(*F)
.PHONY: default
!,
'', "");
--
Christian "naddy" Weisgerber [email protected]