projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22bafc
)
Add some more phonys
author
Eric Andersen
<andersen@codepoet.org>
Sat, 11 Dec 2004 10:33:19 +0000
(10:33 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 11 Dec 2004 10:33:19 +0000
(10:33 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9fadf23a0a01ed7c7921d326a5907aa8e257ea81..c044a742cbe7386410395d4bcf40da8fe0c82a03 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-78,7
+78,8
@@
TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS))
world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
.PHONY: all world clean dirclean distclean source $(TARGETS) \
- $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE)
+ $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) \
+ $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
include toolchain/*/*.mk
include package/*/*.mk