nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading the world
This commit is contained in:
parent
aabea2803d
commit
788ddd9c45
@ -1,3 +1,4 @@
|
||||
dl
|
||||
.config*
|
||||
.tmpconfig.h
|
||||
root_fs*
|
||||
|
@ -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
|
||||
|
@ -1,2 +0,0 @@
|
||||
dl
|
||||
patches
|
Loading…
Reference in New Issue
Block a user