From 416323e93442646e344a4e914776520c5e552fa0 Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 23 Sep 2009 01:30:12 +0200 Subject: Move download directory 'dl' back to the top hierachy of buildroot Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a8a585879..176992c49 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ $(if $(BASE_DIR),, $(error output directory "$(O)" does not exist)) DL_DIR=$(call qstrip,$(BR2_DL_DIR)) ifeq ($(DL_DIR),) -DL_DIR:=$(BASE_DIR)/dl +DL_DIR:=$(TOPDIR)/dl endif BUILD_DIR:=$(BASE_DIR)/build @@ -443,7 +443,7 @@ dirclean: $(TARGETS_DIRCLEAN) rm -rf $(STAGING_DIR) $(TARGET_DIR) $(IMAGE) $(BUILD_DIR)/.root $(STAMP_DIR) distclean: -ifeq ($(DL_DIR),$(BASE_DIR)/dl) +ifeq ($(DL_DIR),$(TOPDIR)/dl) rm -rf $(DL_DIR) endif rm -rf $(TOOLCHAIN_DIR) $(BUILD_DIR) $(BINARIES_DIR) \ -- cgit v1.2.3-55-g7522