projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce37db
)
output firmware files in bin/$(BOARD) instead of bin/
author
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Dec 2009 18:21:03 +0000
(18:21 +0000)
committer
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Dec 2009 18:21:03 +0000
(18:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18624
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
0ee8d56
..
34716da
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-45,7
+45,7
@@
else
endif
DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl)
-BIN_DIR:=$(TOPDIR)/bin
+BIN_DIR:=$(TOPDIR)/bin
/$(BOARD)
INCLUDE_DIR:=$(TOPDIR)/include
SCRIPT_DIR:=$(TOPDIR)/scripts
BUILD_DIR_BASE:=$(TOPDIR)/build_dir
This page took
0.021412 seconds
and
4
git commands to generate.