mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading the world
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user