summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-04-20 00:10:37 +0200
committerFabien Tassin <fta@sofaraway.org>2008-04-20 00:10:37 +0200
commit193e377c70ed273becb4e171b5c92197e754f9d2 (patch)
tree6b6853dc613864233a9351acec41beb5e16ebdb1 /src/Makefile
parent2f2d8187cbd51345130ca9893d4f314098b85d44 (diff)
* [mozclient] add support for Mercurial (hg) and add a firefox-4.0 project
+ add support for Mercurial (hg) in addition to cvs. Add MOZCLIENT_VCS variable (default to cvs). Add mercurial to Depends. The preferred way to fetch a particular hg snapshot is to use a revision number, it's better than a date. - update deban/control - update src/mozclient.mk.in - update README + make the mozclient patch system optional by introducing a new variable called MOZCLIENT_WANTPATCH. Set it only for firefox 3. - update src/firefox-3.0-full.mk.in - update src/firefox-3.0.mk.in - update src/mozclient.mk.in + add project firefox-4.0 using Mercurial. It needs python (>= 2.4) so add python | python2.4 to Depends. It also needs a post checkout script to fetch dependencies (nspr/nss/tamarin) so introduce a new variable called MOZCLIENT_POSTCOCMD. We now use hgweb instead of bonsai to get revision ids and dates. - update deban/control - add src/firefox-4.0.mk.in - update src/Makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 94c5beb..8ed101b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -24,6 +24,7 @@ DATADIR = $(PREFIX)/share/mozilla-devscripts
mk_files = \
firefox-3.0.mk \
firefox-3.0-full.mk \
+ firefox-4.0.mk \
lightning-sunbird.mk \
nspr.mk \
nss.mk \