[Lunar-commits] <moonbase> thunderbird: Fixing the BUILD so the use of PGO does not fail.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Jan 18 16:34:48 CET 2010


commit 32c18afa22be3ce6e0568ab4d4f2da3d534535fb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Jan 18 10:34:48 2010 -0500

    thunderbird: Fixing the BUILD so the use of PGO does not fail.
---
 mail/thunderbird/BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 1b71510..41e2aa5 100644
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -61,6 +61,7 @@
     export CCACHE_DISABLE=1
     echo "ac_add_options --enable-profile-guided-optimization" >> mozconfig  &&
     echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig  &&
+    make -f client.mk build &&
     make -f client.mk profiledbuild
   else
     make -f client.mk build


More information about the Lunar-commits mailing list