From: Evgeni Dobrev via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Evgeni Dobrev <evgeni@studio-punkt.com>
Subject: [Buildroot] [PATCH 0/1] fs: fix /tmp and /run clean-up in POSIX shells
Date: Mon, 24 Jan 2022 11:41:15 +0100 [thread overview]
Message-ID: <20220124104116.12902-1-evgeni@studio-punkt.com> (raw)
Hi,
the fakeroot script uses [^c] to request the deletion of all hidden
files within the tmp and run folders. This however does not work under
dash (or other POSIX shells) without additional configuration.
The proposed patch fixes the clean-up actions introduced with
5e78e7e97d772124f0d31653aca33731abe5b4db .
Regards,
Evgeni Dobrev (1):
fs: fix /tmp and /run clean-up in POSIX shells
fs/common.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2022-01-24 10:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-24 10:41 Evgeni Dobrev via buildroot [this message]
2022-01-24 10:41 ` [Buildroot] [PATCH 1/1] fs: fix /tmp and /run clean-up in POSIX shells Evgeni Dobrev via buildroot
2022-01-26 22:17 ` Yann E. MORIN
2022-01-27 10:34 ` Evgeni Dobrev via buildroot
2022-07-27 15:46 ` Yann E. MORIN
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=20220124104116.12902-1-evgeni@studio-punkt.com \
--to=buildroot@buildroot.org \
--cc=evgeni@studio-punkt.com \
/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.