##// END OF EJS Templates
narrow: move `only_show` handling sooner in `tracked`...
narrow: move `only_show` handling sooner in `tracked` This will help us to improve the locking scope in the `tracked` command.

File last commit:

r45179:1f5ab1a9 default
r51078:c74d4ce6 default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}