From 2c8ebb621546971d3d5978f339328f2dc633d034 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Tue, 1 Dec 2015 01:27:36 -0500 Subject: [PATCH] Mark chmod as Unix-only until better Win support. --- Cargo.toml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93ac9659c..8d5eb4186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ build = "build.rs" [features] unix = [ + "chmod", "chroot", "du", "groups", @@ -31,7 +32,6 @@ generic = [ "base64", "basename", "cat", - "chmod", "cksum", "comm", "cp", diff --git a/Makefile b/Makefile index 68979e6b2..6ba08aa04 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ PROGS := \ base64 \ basename \ cat \ - chmod \ cksum \ comm \ cp \ @@ -81,6 +80,7 @@ PROGS := \ whoami UNIX_PROGS := \ + chmod \ chroot \ du \ groups \