projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c5f2c
)
add a "make prepare" target which builds everything up to target/compile, useful...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 May 2009 18:40:37 +0000
(18:40 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 May 2009 18:40:37 +0000
(18:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16153
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6cf4a4b
..
db79274
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-48,6
+48,8
@@
$(BUILD_DIR)/.prepared: Makefile
@mkdir -p $$(dirname $@)
@touch $@
+prepare: $(target/stamp-compile)
+
clean: FORCE
$(_SINGLE)$(SUBMAKE) target/linux/clean
rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
This page took
0.02699 seconds
and
4
git commands to generate.