mirror of https://github.com/acidanthera/audk.git
Refer to $WORKSPACE/BaseTools rather than $WORKSPACE/Tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4149 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5c240d733a
commit
8352c27a29
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2006, Intel Corporation
|
||||
# Copyright (c) 2006 - 2007, Intel Corporation
|
||||
# All rights reserved. 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
|
||||
|
@ -32,8 +32,8 @@ fi
|
|||
if [ "$1" = NewBuild ]
|
||||
then
|
||||
echo To utilize the new build system, run
|
||||
echo " . Tools/BuildEnv [options]"
|
||||
echo Try \'. Tools/BuildEnv --help\' for more information.
|
||||
echo " . BaseTools/BuildEnv [options]"
|
||||
echo Try \'. BaseTools/BuildEnv --help\' for more information.
|
||||
return
|
||||
else
|
||||
. $WORKSPACE/Tools/OldBuildEnv $*
|
||||
|
|
Loading…
Reference in New Issue