# HG changeset patch # User Paul Boddie # Date 1654964968 -7200 # Node ID 5b2e5ce0f9958f278badfeb094af1ac0e7c8a8c7 # Parent c9db9e4c9f4044afc78a59d7c9b0ec8034c16f55 Attempted to fix the effect of building the programs on the directory timestamp, this initiating the archiving of the built programs. diff -r c9db9e4c9f40 -r 5b2e5ce0f995 test_files/Makefile --- a/test_files/Makefile Tue Jun 07 18:00:28 2022 +0200 +++ b/test_files/Makefile Sat Jun 11 18:29:28 2022 +0200 @@ -18,5 +18,5 @@ $(PKGDIR)/mk_e2test.sh -q $(PKGDIR) $(PROGRAMS_DIR) $(E2ACCESS_DIR) $@ $(PROGRAMS_DIR): $(PKGDIR)/programs/*.c* - make -C $(PKGDIR)/programs $(MKFLAGS) + make -C $(PKGDIR)/programs $(MKFLAGS) && \ touch $@