diff options
author | Fabien Tassin <fta@sofaraway.org> | 2007-09-07 22:59:39 +0000 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2007-09-07 22:59:39 +0000 |
commit | 563bca1a52c4c58ff90640d3ece056231291f87c (patch) | |
tree | 5d3399f303782603e26ceb7f076c6e39a0d7134b /README | |
parent | 9ea70b9aeef70cd410c9c9eafd28d14448742ca2 (diff) |
* Add usage, use proper dates based on Mozilla's Bonsai instead of
current date, add targets to build xulrunner-1.9, nss-trunk and
nspr-trunk sources tarballs, add dependencies checking.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -7,15 +7,22 @@ Those patches are targetting mozilla/client.mk and add targets to fetch respectively nss, nspr and xulbrowser (browser build with libxul from xulrunner package). -Depends on cvs and quilt. +Depends on cvs, wget and quilt. To use: - $ make (will fetch and patch mozilla/client.mk from cvs) + $ make (display usage) + Usage: + make client Fetch and patch mozilla client + make firefox-orig Create firefox-trunk sources tarball + make xulrunner-orig Create xulrunner-1.9 sources tarball + make nss-orig Create nss-trunk sources tarball + make nspr-orig Create nspr-trunk sources tarball + + $ make client (fetch and patch mozilla/client.mk from cvs) $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nss $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nspr $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=xulbrowser - $ make xulbrowser-orig (will create a tarball suitable for firefox-trunk) - (or make ff3-orig, which is an alias) + |