summaryrefslogtreecommitdiff
path: root/Tools/bin
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-22 00:58:38 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-22 00:58:38 +0000
commit1a137e9826055eb8cfce77913e47e0d082ca27d0 (patch)
treef8ba05bce71a8c1ad60b9d1add0b2730ac22499b /Tools/bin
parent205f41d551164cbbd90f8921ae2ad74eda36afb1 (diff)
downloadedk2-1a137e9826055eb8cfce77913e47e0d082ca27d0.zip
edk2-1a137e9826055eb8cfce77913e47e0d082ca27d0.tar.gz
edk2-1a137e9826055eb8cfce77913e47e0d082ca27d0.tar.bz2
Adding a python script dir and a script to calculate what dependencies a module has on library classes and guids.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1995 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/bin')
-rwxr-xr-xTools/bin/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/bin/build b/Tools/bin/build
index fb9d78e..b8eee97 100755
--- a/Tools/bin/build
+++ b/Tools/bin/build
@@ -9,4 +9,4 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-ant -logger org.tianocore.build.global.GenBuildLogger -f $WORKSPACE/build.xml $*
+nice ant -logger org.tianocore.build.global.GenBuildLogger -f $WORKSPACE/build.xml $*