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
a908eab0
Commit
a908eab0
authored
26 years ago
by
briano%netscape.com
Browse files
Options
Downloads
Patches
Plain Diff
Made it acceptable to QNX's shell.
parent
b615bb95
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client.mk
+6
-1
6 additions, 1 deletion
client.mk
with
6 additions
and
1 deletion
client.mk
+
6
−
1
View file @
a908eab0
...
...
@@ -90,6 +90,7 @@ run_for_side_effects := \
$(
shell
cd
$(
TOPSRCDIR
);
\
if
test
!
-f
$(
MOZCONFIG2DEFS
);
then
\
(
cd
..
;
cvs co mozilla/
$(
MOZCONFIG2DEFS
)
mozilla/
$(
FIND_MOZCONFIG
);
)
\
else
true
;
\
fi
;
\
$(
MOZCONFIG2DEFS
)
.client-defs.mk
)
include
$(TOPSRCDIR)/.client-defs.mk
...
...
@@ -210,6 +211,7 @@ pull_and_build_all: checkout build
checkout
:
@
if
test
-f
$(
CVSCO_LOGFILE
)
;
then
\
mv
$(
CVSCO_LOGFILE
)
$(
CVSCO_LOGFILE
)
.old
;
\
else
true
;
\
fi
@
date
>
$(
CVSCO_LOGFILE
)
cd
$(
ROOTDIR
)
&&
\
...
...
@@ -220,6 +222,7 @@ checkout:
echo
"
$$
conflicts"
;
\
echo
"
$(
MAKE
)
: Refer to
$(
CVSCO_LOGFILE
)
for full log."
;
\
exit
1
;
\
else
true
;
\
fi
#
...
...
@@ -232,8 +235,10 @@ webconfig:
cd
$(
TOPSRCDIR
);
\
if
test
!
-f
$(
MOZCONFIG2URL
);
then
\
(
cd
..
;
cvs co mozilla/
$(
MOZCONFIG2URL
)
mozilla/
$(
FIND_MOZCONFIG
);
)
\
else
true
;
\
fi
;
\
url
=
$$
url
`
$(
MOZCONFIG2URL
)
`
;
\
else
true
;
\
fi
;
\
echo
Running netscape with the following url:
;
\
echo
;
\
...
...
@@ -271,7 +276,7 @@ $(TOPSRCDIR)/configure: $(TOPSRCDIR)/configure.in $(EXTRA_CONFIG_DEPS)
endif
$(OBJDIR)/Makefile
:
$(TOPSRCDIR)/configure $(TOPSRCDIR)/allmakefiles.sh $(TOPSRCDIR)/.client-defs.mk
@
if
test
!
-d
$(
OBJDIR
);
then
$(
MKDIR
)
$(
OBJDIR
);
fi
@
if
test
!
-d
$(
OBJDIR
);
then
$(
MKDIR
)
$(
OBJDIR
);
else
true
;
fi
@
echo cd
$(
OBJDIR
);
@
echo
LD_LIBRARY_PATH
=
$(
MOZ_WITH_NSPR
)
/lib:
$(
LD_LIBRARY_PATH
)
\\
@
echo
../configure
$(
CONFIG_FLAGS
)
...
...
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