On 20/09/21 16:10, Andrew Jones wrote:
Hi Paolo,
You'll get a conflict when you go to merge because I already did it :-)
commit 3d4eb24cb5b4de6c26f79b849fe2818d5315a691 (origin/misc/queue, misc/queue)
Author: Andrew Jones <drjones@xxxxxxxxxx>
Date: Fri Aug 27 12:25:27 2021 +0200
Makefile: Don't trust PWD
PWD comes from the environment and it's possible that it's already
set to something which isn't the full path of the current working
directory. Use the make variable $(CURDIR) instead.
Reviewed-by: Pierre Morel <pmorel@xxxxxxxxxxxxx>
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>
Suggested-by: Thomas Huth <thuth@xxxxxxxxxx>
Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx>
misc/queue is something I recently invented for stuff like this in order
to help lighten your load a bit.
Ok, are you going to create a merge request?