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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4198 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Mike Baker
2006-07-21 17:00:14 +00:00
parent 510cb8aca9
commit 17dad6fbd2
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)