Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
a54a1900
Commit
a54a1900
authored
25 years ago
by
slamm%netscape.com
Browse files
Options
Downloads
Patches
Plain Diff
Add environment variable, MOZ_CO_DATE, to set checkout date tag.
parent
7258c224
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client.mk
+5
-0
5 additions, 0 deletions
client.mk
with
5 additions
and
0 deletions
client.mk
+
5
−
0
View file @
a54a1900
...
...
@@ -38,6 +38,7 @@
# MOZ_OBJDIR - Destination object directory
# also,
# MOZ_CO_BRANCH - Branch tag to use for checkout (default: HEAD)
# MOZ_CO_DATE - Date tag to use for checkout (default: none)
# MOZ_CO_MODULE - Module to checkout (default: SeaMonkeyEditor)
# MOZ_CVS_FLAGS - Flags to pass cvs (default: -q -z3)
# MOZ_CO_FLAGS - Flags to pass after 'cvs co' (default: -P)
...
...
@@ -118,6 +119,10 @@ ifdef MOZ_CO_BRANCH
CVSCO
:=
$(
CVSCO
)
-r
$(
MOZ_CO_BRANCH
)
endif
ifdef
MOZ_CO_DATE
CVSCO
:=
$(
CVSCO
)
-D
"
$(
MOZ_CO_DATE
)
"
endif
ifndef
MOZ_CO_MODULE
MOZ_CO_MODULE
:=
SeaMonkeyEditor
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment