1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 07:39:43 +02:00

change default path for staging_dir.

http://www.openwrt.org/forum/viewtopic.php?p=5528#5528


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@421 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx 2005-03-23 09:39:15 +00:00
parent 628fef7425
commit 19b6ad06f6
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ config BR2_TAR_VERBOSITY
config BR2_STAGING_DIR config BR2_STAGING_DIR
string "Toolchain and header file location?" string "Toolchain and header file location?"
default "$(BUILD_DIR)/staging_dir" default "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)"
help help
This is the location where the toolchain will be installed. This is the location where the toolchain will be installed.
Since the toolchain will not work if it is moved from this Since the toolchain will not work if it is moved from this
@ -95,7 +95,7 @@ config BR2_STAGING_DIR
the toolchain will be used. the toolchain will be used.
Most people will leave this set to the default value of Most people will leave this set to the default value of
"$(BUILD_DIR)/staging_dir". "$(BASE_DIR)/staging_dir_$(ARCH)$(ARCH_FPU_SUFFIX)".
config BR2_JLEVEL config BR2_JLEVEL
int "Number of jobs to run simultaneously" int "Number of jobs to run simultaneously"

View File

@ -116,7 +116,7 @@ dirclean: clean
rm -rf $(BUILD_DIR) rm -rf $(BUILD_DIR)
distclean: clean distclean: clean
rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
rm -f .config* .tmpconfig.h rm -f .config* .tmpconfig.h
sourceball: distclean sourceball: distclean