nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading...
authorTim Riker <tim@rikers.org>
Wed, 27 Oct 2004 18:13:38 +0000 (18:13 -0000)
committerTim Riker <tim@rikers.org>
Wed, 27 Oct 2004 18:13:38 +0000 (18:13 -0000)
.cvsignore
package/Makefile.in
sources/.cvsignore [deleted file]

index 64d5ae8a76bda10a972833ee1626461cae9ffcc6..60e1751b2e8f0ad786bf9cfa9b4d32ca65607b45 100644 (file)
@@ -1,3 +1,4 @@
+dl
 .config*
 .tmpconfig.h
 root_fs*
index ddb3d82a9804ff181cd42da90eb7977f6424bc24..75173f76388e5b30c32a4843e2c4b99dabd3abf9 100644 (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
diff --git a/sources/.cvsignore b/sources/.cvsignore
deleted file mode 100644 (file)
index 91263c1..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-dl
-patches