add update target to tools/
SVN-Revision: 7790
This commit is contained in:
parent
938e5f8466
commit
488d8be7cd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ $(TOOL_HOST_INCLUDES): $(STAGING_DIR)/include-host/%.h: ./include/%.h
|
||||||
$(TOOL_BUILD_DIR):
|
$(TOOL_BUILD_DIR):
|
||||||
@mkdir -p $@
|
@mkdir -p $@
|
||||||
|
|
||||||
%-prereq %-download %-clean %-refresh: FORCE
|
%-prereq %-download %-clean %-refresh %-update: FORCE
|
||||||
$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
||||||
|
|
||||||
%-prepare: $(TOOL_HOST_INCLUDES) $(TOOL_BUILD_DIR) FORCE
|
%-prepare: $(TOOL_HOST_INCLUDES) $(TOOL_BUILD_DIR) FORCE
|
||||||
|
|
Loading…
Reference in a new issue