Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Goetz Bock <bock@blacknet.de>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target/cpio
Date: Thu, 23 Nov 2006 09:38:29 +0100	[thread overview]
Message-ID: <20061123083829.GN3065@priv.blacknet.de> (raw)
In-Reply-To: <20061122212459.3EC24485FA@busybox.net>


On Wed, Nov 22 '06 at 13:24, aldot at uclibc.org wrote:
> Author: aldot
> Date: 2006-11-22 13:24:58 -0800 (Wed, 22 Nov 2006)
> New Revision: 16637
> 
> Log:
> 
> 
> Modified:
>    trunk/buildroot/target/cpio/cpioroot.mk

Could you change it like this?

Index: target/cpio/cpioroot.mk
===================================================================
--- target/cpio/cpioroot.mk     (revision 16643)
+++ target/cpio/cpioroot.mk     (working copy)
@@ -7,7 +7,7 @@
 CPIO_TARGET:=$(IMAGE).cpio
 
 cpioroot-init:
-       rm -f $(TARGET_DIR)/init
+       [ -e $(TARGET_DIR)/init ] || \
        ln -s sbin/init $(TARGET_DIR)/init
 
 cpioroot: host-fakeroot makedevs cpioroot-init


My skeleton now countains an init, and that should not be deleted. I
initialy added the link as otherwise the initramfs does not work.
--  
/"\ Goetz Bock at blacknet dot de  --  secure mobile Linux everNETting
\ /       (c) 2006 Creative Commons, Attribution-ShareAlike 2.0 de
 X   [ 1. Use descriptive subjects - 2. Edit a reply for brevity -  ]
/ \  [ 3. Reply to the list - 4. Read the archive *before* you post ]

  reply	other threads:[~2006-11-23  8:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-22 21:24 [Buildroot] svn commit: trunk/buildroot/target/cpio aldot at uclibc.org
2006-11-23  8:38 ` Goetz Bock [this message]
2006-11-23  9:59   ` Goetz Bock
  -- strict thread matches above, loose matches on Subject: below --
2008-04-06 13:14 nkukard at uclibc.org
2007-08-11 22:01 ulf at uclibc.org
2006-11-22 20:21 aldot at uclibc.org
2006-11-22 19:58 aldot at uclibc.org
2006-11-22 21:12 ` M. Edward Borasky

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=20061123083829.GN3065@priv.blacknet.de \
    --to=bock@blacknet.de \
    --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