Commit 788ddd9c authored by Tim Riker's avatar Tim Riker
Browse files

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

parent aabea280
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
dl
.config*
.tmpconfig.h
root_fs*
+2 −2
Original line number Diff line number Diff line
@@ -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

sources/.cvsignore

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
dl
patches