#script #build-script #platform #bsd #packages #intended #different

build make-cmd

Enables build.rs scripts to invoke gnu_make platform-independently

1 unstable release

Uses old Rust 2015

0.1.0 Oct 13, 2015

#429 in Build Utils

Download history 1698/week @ 2024-07-27 1718/week @ 2024-08-03 1687/week @ 2024-08-10 1370/week @ 2024-08-17 1307/week @ 2024-08-24 1244/week @ 2024-08-31 1208/week @ 2024-09-07 1706/week @ 2024-09-14 1757/week @ 2024-09-21 1896/week @ 2024-09-28 1189/week @ 2024-10-05 1111/week @ 2024-10-12 1669/week @ 2024-10-19 1768/week @ 2024-10-26 1896/week @ 2024-11-02 1321/week @ 2024-11-09

6,857 downloads per month
Used in 66 crates (18 directly)

MIT license

2KB

make-cmd-rs

Intended as a build-dependency of cargo packages that want to use "make" from build.rs scripts on different platforms.

This fixes build issues. For example "make" in FreeBSD refers to the BSD make, while "make" on Linux is GNU make.

No runtime deps