projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c6945d
)
include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 1 Jun 2015 18:00:35 +0000
(18:00 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 1 Jun 2015 18:00:35 +0000
(18:00 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45870
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 36c6c63320ffc8c9d52161452b808ef445c947b3..020418d54d42945bd69b7c398b799a81f82c56a0 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-464,6
+464,9
@@
define BuildImage
image_prepare: compile
mkdir -p $(KDIR)/tmp
$(call Image/Prepare)
+ else
+ image_prepare:
+ mkdir -p $(KDIR)/tmp
endif
mkfs_prepare: image_prepare