nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading the world

This commit is contained in:
Tim Riker 2004-10-27 18:13:38 +00:00
parent aabea2803d
commit 788ddd9c45
3 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,4 @@
dl
.config*
.tmpconfig.h
root_fs*

View File

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

View File

@ -1,2 +0,0 @@
dl
patches