[PATCH] configure: Force-remove temp dir

2020-11-13 Thread Dan Church
Sometimes the compiler will leave a write-protected .o file in the temp directory, and GNU rm will ask before deleting it unless -f is specified. Signed-off-by: Dan Church --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4cef321d9d..66

Re: [PATCH] configure: Force-remove temp dir

2020-11-13 Thread Peter Maydell
On Fri, 13 Nov 2020 at 16:26, Dan Church wrote: > > Sometimes the compiler will leave a write-protected .o file in the temp > directory, and GNU rm will ask before deleting it unless -f is > specified. > > Signed-off-by: Dan Church > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 de

[PATCH] configure: Force-remove temp dir

2020-11-13 Thread Dan Church
Sometimes the compiler will leave a write-protected .o file in the temp directory, and GNU rm will ask before deleting it unless -f is specified. Signed-off-by: Dan Church --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4cef321d9d..66