projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
docs: fix a counting fail
[openwrt.git]
/
Makefile
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.022067 seconds
and
4
git commands to generate.