Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Hebbar <gururajakr@sanyo.co.in>
To: buildroot@busybox.net
Subject: [Buildroot] [patch] directfb: ignore errors in target-clean target
Date: Mon, 31 Mar 2008 17:10:25 -0700 (PDT)	[thread overview]
Message-ID: <16400908.post@talk.nabble.com> (raw)


Hi,

At present, directfb-clean fails if directfb directory doesnt exist. Below
patch corrects the same

--- package/directfb/directfb.mk_orig   2008-03-31 03:15:30.000000000 -0400
+++ package/directfb/directfb.mk        2008-04-01 17:33:58.000000000 -0400
@@ -108,7 +108,7 @@ directfb: uclibc jpeg libpng freetype li
                $(TARGET_DIR)/usr/lib/libdirectfb.so

 directfb-clean:
-       $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(DIRECTFB_DIR)
uninstall
+       -$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(DIRECTFB_DIR)
uninstall
        -$(MAKE) -C $(DIRECTFB_DIR) clean

 directfb-dirclean:


Regards
Gururaja
-- 
View this message in context: http://www.nabble.com/-patch--directfb%3A-ignore-errors-in-target-clean-target-tp16400908p16400908.html
Sent from the BuildRoot mailing list archive at Nabble.com.

             reply	other threads:[~2008-04-01  0:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-01  0:10 Hebbar [this message]
2008-04-01  6:52 ` [Buildroot] [patch] directfb: ignore errors in target-clean target 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=16400908.post@talk.nabble.com \
    --to=gururajakr@sanyo.co.in \
    --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