summaryrefslogtreecommitdiffstats
path: root/BaseTools/BuildEnv
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2016-10-20 16:29:46 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2016-10-24 13:53:16 +0100
commitc112e371ce0aa40204fc9a1674cd2e0df0d743c8 (patch)
treef04aa3f0fab14db2e0abfbee3ac21dae3069e49c /BaseTools/BuildEnv
parent44f79425589ef58cc10e58e1d1d882e02871158d (diff)
downloadedk2-c112e371ce0aa40204fc9a1674cd2e0df0d743c8.tar.gz
edk2-c112e371ce0aa40204fc9a1674cd2e0df0d743c8.tar.bz2
edk2-c112e371ce0aa40204fc9a1674cd2e0df0d743c8.zip
edksetup.sh, BaseTools/BuildEnv: add --reconfig support
Add command line option --reconfig to edksetup.sh, forcing cached copies of Conf/*.txt to be overwritten. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/BuildEnv')
-rwxr-xr-xBaseTools/BuildEnv3
1 files changed, 2 insertions, 1 deletions
diff --git a/BaseTools/BuildEnv b/BaseTools/BuildEnv
index 7c77454bf8..cb6403a52b 100755
--- a/BaseTools/BuildEnv
+++ b/BaseTools/BuildEnv
@@ -3,6 +3,7 @@
# This file must be "sourced" not merely executed. For example: ". edksetup.sh"
#
# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -215,7 +216,7 @@ CopySingleTemplateFile() {
if [ -e $DST_FILENAME ]
then
- return
+ [ $RECONFIG != TRUE ] && return
fi
echo "Copying \$EDK_TOOLS_PATH/$SRC_FILENAME"