summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorTim Riker2004-10-27 20:13:38 +0200
committerTim Riker2004-10-27 20:13:38 +0200
commit788ddd9c45eb8ce0438b801779a1b2e297da6282 (patch)
treec343158fa4da6f3c3084c425387e1cf2cb9b5d03 /package/Makefile.in
parentuse fs type as file extension (diff)
downloadbuildroot-788ddd9c45eb8ce0438b801779a1b2e297da6282.tar.gz
buildroot-788ddd9c45eb8ce0438b801779a1b2e297da6282.tar.xz
buildroot-788ddd9c45eb8ce0438b801779a1b2e297da6282.zip
nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading the world
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index ddb3d82a9..75173f763 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -11,8 +11,8 @@ TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING)
HOSTCC:=gcc
BASE_DIR:=${shell pwd}
-DL_DIR:=$(BASE_DIR)/sources/dl
-PATCH_DIR=$(BASE_DIR)/sources/patches
+DL_DIR:=$(BASE_DIR)/dl
+#PATCH_DIR=$(BASE_DIR)/sources/patches
BUILD_DIR:=$(BASE_DIR)/build_$(ARCH)$(ARCH_FPU_SUFFIX)
TARGET_DIR:=$(BUILD_DIR)/root
STAGING_DIR=$(BUILD_DIR)/staging_dir