Paul, All,
On 2022-10-16 08:39 -0400, Paul Smith spake thusly:
> On Sun, 2022-10-16 at 12:17 +0200, Yann E. MORIN wrote:
> > Commit 621d3196fae9 ([SV 62100] Add '--shuffle' option support)
> > introduced randomisation of prerequisites, so as to detect more
> > bu
se =random, add
new test to test =none by default
Signed-off-by: Yann E. MORIN
Cc: Sergei Trofimovich
Cc: Paul Smith
Cc: James Hilliard
---
$ make check
...
options/shuffle . ok (13 passed)
...
1203 Tests in 133 Categories Complete ... N
it does fix the issue.
I also tested the test-case:
694 Tests in 125 Categories Complete ... No Failures :-)
Tested-by: Yann E. MORIN
Thank you for the patch! :-)
Regards,
Yann E. MORIN.
> regards, Dmitry
>
>
> diff --git a/src/makeint.h b/src/makeint.h
> index c428a36..32784
Follow-up Comment #8, bug #57676 (project make):
Hello All,
Can we eventually have a closure on this one: is it considered a regression or
not? If it is a regression, will it be fixed, or will it be considered the new
behaviour?
Thanks!
__
Follow-up Comment #7, bug #57676 (project make):
We also triggered this bug in Buildroot, where our Makefile does something
that can be reduced to this simple Makefile:
-include foo
$(shell echo 'VAR?=$(VAR)' >foo)
include foo
all:
@echo 'VAR="$(VAR)"'
which allows us to memorise vari