more comments

git-svn-id: svn://10.0.0.236/trunk@14194 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1998-11-06 09:06:37 +00:00
parent 93eb2d576d
commit b36588fdd4

View File

@@ -18,13 +18,21 @@
# Build the Mozilla client.
#
# 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
#
#
# Usage:
# Pull the source:
# cvs update mozilla/client.mk
# gmake -f mozilla/client.mk checkout
#
# Build NSPR, maybe only once:
# gmake -f mozilla/client.mk nspr
#
# Build the client:
# gmake -f mozilla/client.mk build
#
DEPTH=mozilla