Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target/jffs2
Date: Tue, 22 Aug 2006 01:03:19 -0700 (PDT)	[thread overview]
Message-ID: <20060822080319.0C625486BE@busybox.net> (raw)

Author: jacmet
Date: 2006-08-22 01:03:19 -0700 (Tue, 22 Aug 2006)
New Revision: 15904

Log:
mkfs.jffs2 doesn't like short form of pad option with arg

Modified:
   trunk/buildroot/target/jffs2/jffs2root.mk


Changeset:
Modified: trunk/buildroot/target/jffs2/jffs2root.mk
===================================================================
--- trunk/buildroot/target/jffs2/jffs2root.mk	2006-08-22 02:42:47 UTC (rev 15903)
+++ trunk/buildroot/target/jffs2/jffs2root.mk	2006-08-22 08:03:19 UTC (rev 15904)
@@ -7,9 +7,10 @@
 JFFS2_OPTS := -e $(strip $(BR2_TARGET_ROOTFS_JFFS2_EBSIZE))
 
 ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2_PAD)),y)
+ifneq ($(strip $(BR2_TARGET_ROOTFS_JFFS2_PADSIZE)),0x0)
+JFFS2_OPTS += --pad=$(strip $(BR2_TARGET_ROOTFS_JFFS2_PADSIZE))
+else
 JFFS2_OPTS += -p
-ifneq ($(strip $(BR2_TARGET_ROOTFS_JFFS2_PADSIZE)),0x0)
-JFFS2_OPTS += $(strip $(BR2_TARGET_ROOTFS_JFFS2_PADSIZE))
 endif
 endif
 

             reply	other threads:[~2006-08-22  8:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-22  8:03 jacmet at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-24 23:18 [Buildroot] svn commit: trunk/buildroot/target/jffs2 aldot at uclibc.org
2007-01-27 23:11 aldot at uclibc.org
2007-03-26 10:31 aldot at uclibc.org
2007-07-14  7:26 ulf at uclibc.org
2007-10-17 22:01 ulf at uclibc.org
2008-02-12  5:50 hamish at uclibc.org
2008-09-07 14:31 jacmet at uclibc.org
2009-01-12  0:43 ulf at uclibc.org

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=20060822080319.0C625486BE@busybox.net \
    --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