From cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Fri, 21 Jul 2006 17:00:14 +0000 Subject: fix a few directories missed in [4176]'s source -> download SVN-Revision: 4198 --- openwrt/include/host-build.mk | 4 ++-- openwrt/include/image.mk | 2 +- openwrt/include/kernel-build.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'openwrt/include') diff --git a/openwrt/include/host-build.mk b/openwrt/include/host-build.mk index 43c8314..9a5a413 100644 --- a/openwrt/include/host-build.mk +++ b/openwrt/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 diff --git a/openwrt/include/image.mk b/openwrt/include/image.mk index 54f0e8b..87d6815 100644 --- a/openwrt/include/image.mk +++ b/openwrt/include/image.mk @@ -87,7 +87,7 @@ compile-targets: install-targets: clean-targets: -source: +download: prepare: compile: compile-targets install: compile install-targets diff --git a/openwrt/include/kernel-build.mk b/openwrt/include/kernel-build.mk index 3fb96e1..38ea9a1 100644 --- a/openwrt/include/kernel-build.mk +++ b/openwrt/include/kernel-build.mk @@ -106,7 +106,7 @@ pkg-install: FORCE $(IPKG) install $$pkg || echo; \ done -source: $(DL_DIR)/$(LINUX_SOURCE) +download: $(DL_DIR)/$(LINUX_SOURCE) prepare: $(LINUX_DIR)/.configured @mkdir -p $(LINUX_DIR) $(PACKAGE_DIR) -- cgit v1.1