diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-15 14:11:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-15 14:11:39 +0000 |
commit | f9442110204f21b37a1f582d8df1d57f50736b3a (patch) | |
tree | 234f97c0b41dff8e5f0eb775d6cb34b78257f3f3 | |
parent | 32d83cf58764a4b1fad847675989c4bc9eacd8c4 (diff) | |
download | coreutils-f9442110204f21b37a1f582d8df1d57f50736b3a.tar.xz |
* bootstrap.conf (gnulib_modules): Add rename-dest-slash.
The 2006-09-08 changes made it so "mv dir new-name/" would
fail on NetBSD 1.6. This makes it work once again.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | bootstrap.conf | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-09-15 Jim Meyering <jim@meyering.net> + + * bootstrap.conf (gnulib_modules): Add rename-dest-slash. + The 2006-09-08 changes made it so "mv dir new-name/" would + fail on NetBSD 1.6. This makes it work once again. + 2006-09-14 Jim Meyering <jim@meyering.net> * src/mv.c (main): Remove unnecessary (always-true) test for 2 <= n. diff --git a/bootstrap.conf b/bootstrap.conf index 8c2c8974d..eb10b4696 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -53,7 +53,8 @@ gnulib_modules=" memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist obstack pathmax perl physmem posixtm posixver putenv quote quotearg raise readlink readtokens readtokens0 readutmp - realloc regex rmdir rmdir-errno rpmatch safe-read same + realloc regex rename-dest-slash rmdir rmdir-errno rpmatch + safe-read same save-cwd savedir settime sha1 sig2str ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy strcase strftime strpbrk strtoimax strtoumax strverscmp timespec tzset |