X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2FMakefile;h=68e7dab534f0ce6f6aef3563aa20baabad20136f;hp=513ecccb5197db32c2867b8cecbb12ad4636c7b1;hb=03d65ddb0838fdc21187b995f5c750aa3e55f957;hpb=883ba5709e74aefa6dce2c1d1d3ed0409d8d57ce diff --git a/tools/Makefile b/tools/Makefile index 513ecccb51..68e7dab534 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,7 +7,7 @@ # Main makefile for the host tools # include $(TOPDIR)/rules.mk -TARGETS-y:=sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils +TARGETS-y:=sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline TARGETS-$(CONFIG_CCACHE) += ccache TARGETS_DOWNLOAD:=$(patsubst %,%-download,$(TARGETS-y)) @@ -41,7 +41,7 @@ $(TOOL_HOST_INCLUDES): $(STAGING_DIR)/include-host/%.h: ./include/%.h $(TOOL_BUILD_DIR): @mkdir -p $@ -%-prereq %-download %-clean: FORCE +%-prereq %-download %-clean %-refresh %-update: FORCE $(MAKE) -C $* $(patsubst $*-%,%,$@) %-prepare: $(TOOL_HOST_INCLUDES) $(TOOL_BUILD_DIR) FORCE