Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Monitor
Incidents
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
Leandro Santiago
redox
Commits
84bccb1d
Commit
84bccb1d
authored
1 year ago
by
bjorn3
Browse files
Options
Downloads
Patches
Plain Diff
Build redoxfs and redoxfs-mkfs at the same time
This should be a bit faster.
parent
577ca927
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
mk/fstools.mk
+1
-2
1 addition, 2 deletions
mk/fstools.mk
with
1 addition
and
2 deletions
mk/fstools.mk
+
1
−
2
View file @
84bccb1d
...
...
@@ -6,8 +6,7 @@ ifeq ($(PODMAN_BUILD),1)
else
$(
HOST_CARGO
)
build
--manifest-path
cookbook/Cargo.toml
--release
$(
HOST_CARGO
)
build
--manifest-path
installer/Cargo.toml
--release
$(
HOST_CARGO
)
build
--manifest-path
redoxfs/Cargo.toml
--release
--bin
redoxfs
$(
HOST_CARGO
)
build
--manifest-path
redoxfs/Cargo.toml
--release
--bin
redoxfs-mkfs
$(
HOST_CARGO
)
build
--manifest-path
redoxfs/Cargo.toml
--release
--bin
redoxfs
--bin
redoxfs-mkfs
mkdir
-p
build
touch
$@
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