Hi Luca,
> Otherwise it will simply fail immediately from a just-cleaned
> workspace:
> $ make check -j1
> cd testsuite && make && make alltests
> echo "Entering iproute2" && cd iproute2 && make configure && cd ..;
> Entering iproute2
> make -C tools
> Makefile:3: ../../config.mk: No such file or directory
> make[2]: *** No rule to make target '../../config.mk'. Stop.
> Fixes: 8804a8c0d387 ("Makefile: Add check target")
> Cc: [email protected]
> Signed-off-by: Luca Boccassi <[email protected]>
Reviewed-by: Petr Vorel <[email protected]>
Tested-by: Petr Vorel <[email protected]>
Thanks for a fix. I added 92885e19 ("testsuite: Fix make check when need build
generate_nlmsg"), but that wasn't enough.
Kind regards,
Petr