[Lunar-commits] <moonbase> firefox: fix non-pgo build to not need cvs

Zachary McGrew zmcgrew at lunar-linux.org
Wed Mar 18 19:14:29 CET 2009


commit e3ad28dd6cd7546fee9e3ef1a63948ad7ec6f009
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Wed Mar 18 11:14:29 2009 -0700

    firefox: fix non-pgo build to not need cvs
---
 web/firefox/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/firefox/BUILD b/web/firefox/BUILD
index ea3a841..219d3cd 100644
--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -59,7 +59,7 @@
     echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig  &&
     make -f client.mk profiledbuild
   else
-    make -f client.mk
+    make -f client.mk build
   fi  &&
 
   cd ${MOZ_OBJDIR}  &&


More information about the Lunar-commits mailing list