From 788ddd9c45eb8ce0438b801779a1b2e297da6282 Mon Sep 17 00:00:00 2001 From: Tim Riker Date: Wed, 27 Oct 2004 18:13:38 +0000 Subject: nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading the world --- .cvsignore | 1 + package/Makefile.in | 4 ++-- sources/.cvsignore | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 sources/.cvsignore diff --git a/.cvsignore b/.cvsignore index 64d5ae8a7..60e1751b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ +dl .config* .tmpconfig.h root_fs* 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 diff --git a/sources/.cvsignore b/sources/.cvsignore deleted file mode 100644 index 91263c131..000000000 --- a/sources/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -dl -patches -- cgit v1.2.3