فهرست منبع

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

Tim Riker 21 سال پیش
والد
کامیت
788ddd9c45
3فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 1 0
      .cvsignore
  2. 2 2
      package/Makefile.in
  3. 0 2
      sources/.cvsignore

+ 1 - 0
.cvsignore

@@ -1,3 +1,4 @@
+dl
 .config*
 .tmpconfig.h
 root_fs*

+ 2 - 2
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

+ 0 - 2
sources/.cvsignore

@@ -1,2 +0,0 @@
-dl
-patches