From d04489f3ffc22033fb9f565b4e7d4f38e4d29383 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Tue, 17 Nov 1998 20:00:57 +0000 Subject: [PATCH] make build instructions a little more clear, and add URL for more information git-svn-id: svn://10.0.0.236/trunk@14811 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/client.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/client.mk b/mozilla/client.mk index ac305e1a937..c14d0542ff0 100644 --- a/mozilla/client.mk +++ b/mozilla/client.mk @@ -20,11 +20,11 @@ # This needs CVSROOT set to work, e.g. # setenv CVSROOT :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot # --or-- -# setenv CVSROOT :pserver:$(USER)%netscape.com@cvs.mozilla.org:/cvsroot +# setenv CVSROOT :pserver:username%somedomain.org@cvs.mozilla.org:/cvsroot # # Usage: # Pull the source: -# cvs update mozilla/client.mk +# cvs checkout mozilla/client.mk # gmake -f mozilla/client.mk checkout # # Build NSPR, maybe only once: @@ -33,6 +33,7 @@ # Build the client: # gmake -f mozilla/client.mk build # +# see http://www.mozilla.org/unix/ for more information # options: # MOZ_OBJDIR - destination Object Directory