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

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

#492 in Build Utils

Download history 1225/week @ 2024-10-13 1592/week @ 2024-10-20 1820/week @ 2024-10-27 1869/week @ 2024-11-03 1560/week @ 2024-11-10 1609/week @ 2024-11-17 1054/week @ 2024-11-24 2256/week @ 2024-12-01 2268/week @ 2024-12-08 2154/week @ 2024-12-15 917/week @ 2024-12-22 969/week @ 2024-12-29 2188/week @ 2025-01-05 2258/week @ 2025-01-12 1793/week @ 2025-01-19 2289/week @ 2025-01-26

8,617 downloads per month
Used in 68 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