]> git.proxmox.com Git - mirror_edk2.git/commit
edksetup.sh:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Oct 2007 20:52:46 +0000 (20:52 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Oct 2007 20:52:46 +0000 (20:52 +0000)
commita310886b9b0a685bcfacc4c3efb249fa37658d03
treefe4f611797d159489854fe69448bd6b90ea06aae
parent19ed1f42ffbf4c4e710258e581b78c62bfd18a8a
edksetup.sh:
  Now we look for the 'NewBuild' parameter, and if so, ask the user to
  'source' the correct script.  (. Tools/BuildEnv)

  Otherwise we 'source' the Tools/OldBuildEnv script for the user.

Tools/OldBuildEnv:
  This is the old contents of $WORKSPACE/edksetup.sh

Tools/BuildEnv:
  This script is used to configure the BaseTools build environment for
  unix-like operating systems.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4141 6f19259b-4bc3-4df7-8a09-765794883524
Tools/BuildEnv [new file with mode: 0644]
Tools/OldBuildEnv [new file with mode: 0644]
edksetup.sh