X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fhost-build.mk;h=9a5a41317efcb5e649a1fa111ab953a1157cca5a;hb=b225b822d6878c4ce0d9f98bf877ae50c6edecc7;hp=43c83142dfe6effab403f7d30024d79d8db7263a;hpb=02cdebbb91a33d8e24da1c94a9d93ac39be168a7;p=openwrt-10.03%2F.git diff --git a/include/host-build.mk b/include/host-build.mk index 43c83142d..9a5a41317 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -64,7 +64,7 @@ endef ifneq ($(strip $(PKG_SOURCE)),) - source: $(DL_DIR)/$(PKG_SOURCE) + download: $(DL_DIR)/$(PKG_SOURCE) $(DL_DIR)/$(PKG_SOURCE): mkdir -p $(DL_DIR) @@ -101,7 +101,7 @@ define HostBuild $(call Build/Uninstall) rm -f $(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed - source: + download: prepare: $(PKG_BUILD_DIR)/.prepared configure: $(PKG_BUILD_DIR)/.configured