projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e93c0
)
i dont have mkfs.jffs2 on my system so stop complaining you cant find it
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 8 Oct 2004 14:07:55 +0000
(14:07 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 8 Oct 2004 14:07:55 +0000
(14:07 -0000)
make/jffs2root.mk
patch
|
blob
|
history
diff --git
a/make/jffs2root.mk
b/make/jffs2root.mk
index 8944c000b35a785f608eff2dc5d510e6c4315f98..a8c6de68ce1c655bc236a9e4c158b5937e92e70e 100644
(file)
--- a/
make/jffs2root.mk
+++ b/
make/jffs2root.mk
@@
-7,7
+7,7
@@
MTD_DIR:=$(BUILD_DIR)/mtd-20011217
MTD_SOURCE=mtd_20011217.orig.tar.gz
MTD_SITE=http://ftp.debian.org/debian/pool/main/m/mtd
-MKFS_JFFS2=$(shell which mkfs.jffs2 || echo $(MTD_DIR)/util/mkfs.jffs2)
+MKFS_JFFS2=$(shell which mkfs.jffs2
2>/dev/null
|| echo $(MTD_DIR)/util/mkfs.jffs2)
$(DL_DIR)/$(MTD_SOURCE):
$(WGET) -P $(DL_DIR) $(MTD_SITE)/$(MTD_SOURCE)