projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47c954
)
ensure an empty BUILD_DIR variable is passed down u-boot's makefile
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Nov 2010 18:26:26 +0000
(18:26 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 3 Nov 2010 18:26:26 +0000
(18:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23832
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/mkimage/Makefile
patch
|
blob
|
history
diff --git
a/tools/mkimage/Makefile
b/tools/mkimage/Makefile
index
c2cbb53
..
beeecb8
100644
(file)
--- a/
tools/mkimage/Makefile
+++ b/
tools/mkimage/Makefile
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
rm -f $(HOST_BUILD_DIR)/tools/.depend
touch $(HOST_BUILD_DIR)/include/config.{h,mk} $(HOST_BUILD_DIR)/include/autoconf.mk{.dep,}
- $(MAKE) -C $(HOST_BUILD_DIR) SUBDIRS=tools BIN_FILES-y="mkimage" tools
+ $(MAKE) -C $(HOST_BUILD_DIR)
BUILD_DIR=
SUBDIRS=tools BIN_FILES-y="mkimage" tools
endef
define Host/Install
This page took
0.024913 seconds
and
4
git commands to generate.