Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] Support .dotfiles in / being copied to the TARGET
Date: Mon, 25 Mar 2013 23:44:30 +0100	[thread overview]
Message-ID: <87ppyn9k1d.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1364222893-23858-2-git-send-email-arved@arved.at> (arved@arved.at's message of "Mon, 25 Mar 2013 15:48:11 +0100")

>>>>> "arved" == arved  <arved@arved.at> writes:

 arved> From: Tilman Keskin?z <arved@arved.at>
 arved> An example is .init_enable_core, to enable coredumps in busybox
 arved> Signed-off-by: Tilman Keskin?z <arved@arved.at>
 arved> ---
 arved>  Makefile |    2 +-
 arved>  1 file changed, 1 insertion(+), 1 deletion(-)

 arved> diff --git a/Makefile b/Makefile
 arved> index f1c98aa..62311ed 100644
 arved> --- a/Makefile
 arved> +++ b/Makefile
 arved> @@ -431,7 +431,7 @@ $(BUILD_DIR)/.root:
 arved>  	mkdir -p $(TARGET_DIR)
 arved>  	if ! [ -d "$(TARGET_DIR)/bin" ]; then \
 arved>  		if [ -d "$(TARGET_SKELETON)" ]; then \
 arved> -			cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \
 arved> +			rsync -au $(TARGET_SKELETON)/ $(TARGET_DIR)/; \

Committed, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2013-03-25 22:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25 14:48 [Buildroot] [PATCH 1/4] Fix typo arved at arved.at
2013-03-25 14:48 ` [Buildroot] [PATCH 2/4] Support .dotfiles in / being copied to the TARGET arved at arved.at
2013-03-25 22:44   ` Peter Korsgaard [this message]
2013-03-25 14:48 ` [Buildroot] [PATCH 3/4] Fix path to pidfile arved at arved.at
2013-03-28  7:09   ` Arnout Vandecappelle
2013-03-31 18:59   ` Peter Korsgaard
2013-03-25 14:48 ` [Buildroot] [PATCH 4/4] Enable feature CONFIG_FEATURE_PIDFILE so that the syslog initscript actually works arved at arved.at
2013-03-28  7:12   ` Arnout Vandecappelle
2013-03-28 14:59     ` Tilman Keskinöz
2013-03-28 15:27       ` Arnout Vandecappelle
2013-03-28 15:41         ` Tilman Keskinöz
2013-03-25 16:52 ` [Buildroot] [PATCH 1/4] Fix typo Peter Korsgaard

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=87ppyn9k1d.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox