linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix parallel build between ubi-utils and mkfs.ubifs
@ 2010-07-20  3:06 Mike Frysinger
  2010-07-20 13:24 ` Florian Fainelli
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2010-07-20  3:06 UTC (permalink / raw)
  To: linux-mtd

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index b558705..8457654 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ endif
 
 SUBDIRS = lib ubi-utils mkfs.ubifs
 
+# mkfs.ubifs needs -lubi which is in ubi-utils/
+subdirs_mkfs.ubifs_all: subdirs_ubi-utils_all
+
 TARGETS = ftl_format flash_erase flash_eraseall nanddump doc_loadbios \
 	ftl_check mkfs.jffs2 flash_lock flash_unlock flash_info \
 	flash_otp_info flash_otp_dump mtd_debug flashcp nandwrite nandtest \
-- 
1.7.1.1

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

end of thread, other threads:[~2010-07-21 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  3:06 [PATCH] fix parallel build between ubi-utils and mkfs.ubifs Mike Frysinger
2010-07-20 13:24 ` Florian Fainelli
2010-07-20 21:27   ` [PATCH v2] " Mike Frysinger
2010-07-21 10:11     ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).