Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • ion ion
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • ionion
  • Merge requests
  • !1251

feat: phase one, converted simple make rules into bash scripts

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Florian Naumann requested to merge bool_purist/ion:xtask_phase_one into master Mar 28, 2023
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 6

Purpose

This is the 1. phase for converting the make file rules to bash and rust. See this issue #1030 for more details.

What I did

Removed clean and format rule from make file.

Appropriate cargo fmt command is in CONTRIBUTING.md documented.

cargo clean is well known anyway.

Removed distclean rule from make file and moved to own bash script.

Also moved version rule into separate bash scripts.

Also moved install rule of make into bash scripts.

Removed uninstall rule entirely.

Tested: Still builds and runs in redox os on this commit

About CI

The job linux:stable of the CI of Ion fails with compiling error.

See this issue for more details.

Edited Mar 30, 2023 by Florian Naumann
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: xtask_phase_one