-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile equiv Powershell script #20028
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashley-cui The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@baude PTAL |
Unix only code crept into shared portions of the machine codebase, preventing builds on Windows. Move them into unix-only files. [NO NEW TESTS NEEDED] Signed-off-by: Ashley Cui <[email protected]>
LGTM, lets have @n1hility take a look too .... |
Introduce a powershell script that mirrors Makefile capbilities on Windows. Syntax: ./winmake target [options] [NO NEW TESTS NEEDED] Signed-off-by: Ashley Cui <[email protected]>
Weird, this PR isn't updating with my force-pushes. Closing and re-opening to see if it updates then. |
Opened #20031 |
Introduce a powershell script that mirrors Makefile capbilities on
Windows.
Syntax: ./winmake target [options]
Does this PR introduce a user-facing change?