fix a few directories missed in [4176]'s source -> download

SVN-Revision: 4198
This commit is contained in:
Mike Baker
2006-07-21 17:00:14 +00:00
parent 4d2f748fd2
commit cd42bf72d9
10 changed files with 13 additions and 13 deletions

View File

@@ -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

View File

@@ -87,7 +87,7 @@ compile-targets:
install-targets:
clean-targets:
source:
download:
prepare:
compile: compile-targets
install: compile install-targets

View File

@@ -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)