projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d6dcf
)
enable the refresh target in toolchain/
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jun 2007 07:20:02 +0000
(07:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jun 2007 07:20:02 +0000
(07:20 +0000)
SVN-Revision: 7751
toolchain/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/Makefile
b/toolchain/Makefile
index 673fec2bc6d4c5a36173cc85fa51f96e69e5a81a..8636bce364706f67d92ee56712b34ae9c227106b 100644
(file)
--- a/
toolchain/Makefile
+++ b/
toolchain/Makefile
@@
-50,7
+50,7
@@
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME):
$(TOOLCHAIN_BUILD_DIR):
@mkdir -p $@
-%-prereq %-download %-clean: FORCE
+%-prereq %-download %-clean
%-refresh
: FORCE
$(MAKE) -C $* $(patsubst $*-%,%,$@)
%-prepare: $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME) $(TOOLCHAIN_BUILD_DIR)