mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 05:30:24 +00:00
meson: Remove scheds/rust/*/meson.build
These aren't used since 43950c65
("build: Use workspace to group rust
sub-projects"). Drop them.
This commit is contained in:
parent
4513dfbe4b
commit
f010eda5c0
@ -1,9 +0,0 @@
|
||||
sched = custom_target('scx_bpfland',
|
||||
output: '@PLAINNAME@.__PHONY__',
|
||||
input: 'Cargo.toml',
|
||||
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
||||
cargo_build_args],
|
||||
env: cargo_env,
|
||||
depends: sched_deps,
|
||||
build_by_default: false,
|
||||
build_always_stale: true)
|
@ -1,9 +0,0 @@
|
||||
sched = custom_target('scx_lavd',
|
||||
output: '@PLAINNAME@.__PHONY__',
|
||||
input: 'Cargo.toml',
|
||||
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
||||
cargo_build_args],
|
||||
env: cargo_env,
|
||||
depends: sched_deps,
|
||||
build_by_default: false,
|
||||
build_always_stale: true)
|
@ -1,9 +0,0 @@
|
||||
sched = custom_target('scx_layered',
|
||||
output: '@PLAINNAME@.__PHONY__',
|
||||
input: 'Cargo.toml',
|
||||
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
||||
cargo_build_args],
|
||||
env: cargo_env,
|
||||
depends: sched_deps,
|
||||
build_by_default: false,
|
||||
build_always_stale: true)
|
@ -1,9 +0,0 @@
|
||||
sched = custom_target('scx_mitosis',
|
||||
output: '@PLAINNAME@.__PHONY__',
|
||||
input: 'Cargo.toml',
|
||||
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
||||
cargo_build_args],
|
||||
env: cargo_env,
|
||||
depends: sched_deps,
|
||||
build_by_default: false,
|
||||
build_always_stale: true)
|
@ -1,9 +0,0 @@
|
||||
sched = custom_target('scx_rlfifo',
|
||||
output: '@PLAINNAME@.__PHONY__',
|
||||
input: 'Cargo.toml',
|
||||
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
||||
cargo_build_args],
|
||||
env: cargo_env,
|
||||
depends: sched_deps,
|
||||
build_by_default: false,
|
||||
build_always_stale: true)
|
@ -1,9 +0,0 @@
|
||||
sched = custom_target('scx_rustland',
|
||||
output: '@PLAINNAME@.__PHONY__',
|
||||
input: 'Cargo.toml',
|
||||
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
||||
cargo_build_args],
|
||||
env: cargo_env,
|
||||
depends: sched_deps,
|
||||
build_by_default: false,
|
||||
build_always_stale: true)
|
@ -1,9 +0,0 @@
|
||||
sched = custom_target('scx_rusty',
|
||||
output: '@PLAINNAME@.__PHONY__',
|
||||
input: 'Cargo.toml',
|
||||
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
||||
cargo_build_args],
|
||||
env: cargo_env,
|
||||
depends: sched_deps,
|
||||
build_by_default: false,
|
||||
build_always_stale: true)
|
Loading…
Reference in New Issue
Block a user