All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] (newbie question)
Date: Tue, 15 May 2012 23:30:05 +0200	[thread overview]
Message-ID: <4FB2CADD.9040001@mind.be> (raw)
In-Reply-To: <CAFC29aUwvGS-tsbLiCe7=7W1HZ0UZ409BMhf5Y73r289FSuNUA@mail.gmail.com>

On 05/15/12 23:13, Ron Eggler wrote:
> I've been trying to get some diff going with this commmand but somehow I don't get a good result, why's that?
> reg at desktop-reg:/usr/local/src/E10-buildroot/br1202-main/package$ diff -r ./ ../../../E10orig_clone/br1202-main/package/

  See 'diff --help':

   -N, --new-file                  treat absent files as empty

  You also want the -u option to diff, that gives much more readable output.
Also the -p option is very useful: it gives the current 'function' as context.
In this case it doesn't matter, but it's good to know in general.  So:

diff -Nrup . ../../....


  Please remove the wview-5.20.2.tar.gz file first, though.

  BTW, is there anything wrong with the readline library and zlib library already
available in buildroot?


  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2012-05-15 21:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-15 20:28 [Buildroot] (newbie question) Ron Eggler
2012-05-15 20:42 ` Thomas Petazzoni
2012-05-15 20:51   ` Arnout Vandecappelle
2012-05-15 21:13   ` Ron Eggler
2012-05-15 21:30     ` Arnout Vandecappelle [this message]
2012-05-15 21:52       ` Ron Eggler
2012-05-15 22:33         ` Samuel Martin
     [not found]         ` <4FB2D92E.9030905@mind.be>
2012-05-16 18:33           ` Ron Eggler
2012-05-17  0:08             ` Samuel Martin

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=4FB2CADD.9040001@mind.be \
    --to=arnout@mind.be \
    --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 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.