From: Dan Church <amphetamachine@gmail.com>
To: qemu-devel@nongnu.org
Cc: Dan Church <amphetamachine@gmail.com>
Subject: [PATCH] configure: Force-remove temp dir
Date: Fri, 13 Nov 2020 10:22:50 -0600 [thread overview]
Message-ID: <20201113162248.4131-1-amphetamachine@gmail.com> (raw)
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 <amphetamachine@gmail.com>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 4cef321d9d..663b91a334 100755
--- a/configure
+++ b/configure
@@ -7080,4 +7080,4 @@ done
echo ' "$@"' >>config.status
chmod +x config.status
-rm -r "$TMPDIR1"
+rm -rf "$TMPDIR1"
--
2.29.2
next reply other threads:[~2020-11-13 16:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-13 16:22 Dan Church [this message]
2020-11-13 16:33 ` [PATCH] configure: Force-remove temp dir Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2020-11-13 16:11 Dan Church
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201113162248.4131-1-amphetamachine@gmail.com \
--to=amphetamachine@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.