Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [patch] directfb: ignore errors in target-clean target
@ 2008-04-01  0:10 Hebbar
  2008-04-01  6:52 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Hebbar @ 2008-04-01  0:10 UTC (permalink / raw)
  To: buildroot


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-01  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-01  0:10 [Buildroot] [patch] directfb: ignore errors in target-clean target Hebbar
2008-04-01  6:52 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox