From: Jim Meyering Date: Sun, 5 Nov 2000 15:08:22 +0000 (+0000) Subject: (main): Use make_dir instead of using mkdir directly. X-Git-Tag: FILEUTILS-4_0_31~9 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d858c3c433bd07a83f1668bffd6f980cbb943848;p=thirdparty%2Fcoreutils.git (main): Use make_dir instead of using mkdir directly. Diagnose as failure when mkdir tries to create (without the --parent (-p) option) a directory that already exists. --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index aa027851de..b86e0e99b6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +2000-11-05 Jim Meyering + + * src/mkdir.c (main): Use make_dir instead of using mkdir directly. + Diagnose as failure when mkdir tries to create (without the --parent + (-p) option) a directory that already exists. + * tests/cp/cp-parents: Add a test for the above fix. + 2000-11-01 Jim Meyering * Version 4.0.30.