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
d6221b3f
Commit
d6221b3f
authored
22 years ago
by
seawood%netscape.com
Browse files
Options
Downloads
Patches
Plain Diff
Pull uniq.pl along with modules.mk so that pulls of the standalone modules don't croak.
Bug #173066
parent
cbfbefa9
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client.mk
+5
-5
5 additions, 5 deletions
client.mk
with
5 additions
and
5 deletions
client.mk
+
5
−
5
View file @
d6221b3f
...
...
@@ -136,7 +136,7 @@ endif
# for how to set up mozconfig.
MOZCONFIG_LOADER
:=
mozilla/build/autoconf/mozconfig2client-mk
MOZCONFIG_FINDER
:=
mozilla/build/autoconf/mozconfig-find
MOZCONFIG_MODULES
:=
mozilla/build/unix/modules.mk
MOZCONFIG_MODULES
:=
mozilla/build/unix/modules.mk
mozilla/build/unix/uniq.pl
run_for_side_effects
:=
\
$(
shell
cd
$(
ROOTDIR
);
\
if
test
"
$(
_IS_FIRST_CHECKOUT
)
"
;
then
\
...
...
@@ -417,9 +417,9 @@ ifdef RUN_AUTOCONF_LOCALLY
mozilla/directory/c-sdk/configure
endif
@echo "checkout start
:
"`date` | tee $(CVSCO_LOGFILE)
@
echo
'
$(
CVSCO
)
$(
CVS_CO_DATE_FLAGS
)
mozilla/client.mk
mozilla/build/unix/modules.mk
'
;
\
@
echo
'
$(
CVSCO
)
$(
CVS_CO_DATE_FLAGS
)
mozilla/client.mk
$(
MOZCONFIG_MODULES
)
'
;
\
cd
$(
ROOTDIR
)
&&
\
$(
CVSCO
)
$(
CVS_CO_DATE_FLAGS
)
mozilla/client.mk
mozilla/build/unix/modules.mk
$(
CVSCO
)
$(
CVS_CO_DATE_FLAGS
)
mozilla/client.mk
$(
MOZCONFIG_MODULES
)
@
cd
$(
ROOTDIR
)
&&
$(
MAKE
)
-f
mozilla/client.mk real_checkout
real_checkout
:
...
...
@@ -471,9 +471,9 @@ ifdef RUN_AUTOCONF_LOCALLY
mozilla/directory/c-sdk/configure
endif
@echo "checkout start
:
"`date` | tee $(CVSCO_LOGFILE)
@
echo
'
$(
CVSCO
)
mozilla/client.mk
mozilla/build/unix/modules.mk
'
;
\
@
echo
'
$(
CVSCO
)
mozilla/client.mk
$(
MOZCONFIG_MODULES
)
'
;
\
cd
$(
ROOTDIR
)
&&
\
$(
CVSCO
)
mozilla/client.mk
mozilla/build/unix/modules.mk
$(
CVSCO
)
mozilla/client.mk
$(
MOZCONFIG_MODULES
)
@
cd
$(
TOPSRCDIR
)
&&
\
$(
MAKE
)
-f
client.mk real_fast-update
...
...
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