Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mercurial-devel
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
mercurial-devel
Commits
be6544a0
Commit
be6544a0
authored
4 years ago
by
Augie Fackler
Browse files
Options
Downloads
Patches
Plain Diff
make: add a pyoxidizer target
Differential Revision:
https://phab.mercurial-scm.org/D9291
parent
867385f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+6
-1
6 additions, 1 deletion
Makefile
with
6 additions
and
1 deletion
Makefile
+
6
−
1
View file @
be6544a0
...
@@ -15,6 +15,8 @@
...
@@ -15,6 +15,8 @@
PYTHON
?=
python3
PYTHON
?=
python3
endif
endif
PYOXIDIZER
?=
pyoxidizer
$(eval HGROOT
:
= $(shell pwd))
$(eval HGROOT
:
= $(shell pwd))
HGPYTHONS
?=
$(
HGROOT
)
/build/pythons
HGPYTHONS
?=
$(
HGROOT
)
/build/pythons
PURE
=
PURE
=
...
@@ -259,6 +261,9 @@
...
@@ -259,6 +261,9 @@
--resources
contrib/packaging/macosx/
\
--resources
contrib/packaging/macosx/
\
"
$${
OUTPUTDIR:-dist/
}
"
/Mercurial-
"
$${
HGVER
}
"
-macosx
"
$${
OSXVER
}
"
.pkg
"
$${
OUTPUTDIR:-dist/
}
"
/Mercurial-
"
$${
HGVER
}
"
-macosx
"
$${
OSXVER
}
"
.pkg
pyoxidizer
:
$(
PYOXIDIZER
)
build
--path
./rust/hgcli
--release
.PHONY
:
help all local build doc cleanbutpackages clean install install-bin
\
.PHONY
:
help all local build doc cleanbutpackages clean install install-bin
\
install-doc install-home install-home-bin install-home-doc
\
install-doc install-home install-home-bin install-home-doc
\
dist dist-notests check tests rust-tests check-code format-c
\
dist dist-notests check tests rust-tests check-code format-c
\
...
@@ -262,6 +267,6 @@
...
@@ -262,6 +267,6 @@
.PHONY
:
help all local build doc cleanbutpackages clean install install-bin
\
.PHONY
:
help all local build doc cleanbutpackages clean install install-bin
\
install-doc install-home install-home-bin install-home-doc
\
install-doc install-home install-home-bin install-home-doc
\
dist dist-notests check tests rust-tests check-code format-c
\
dist dist-notests check tests rust-tests check-code format-c
\
update-pot
\
update-pot
pyoxidizer
\
$(packaging_targets)
\
$(packaging_targets)
\
osx
osx
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