Commit Graph

  • 453c215003 * Makefile.am (EXTRA_DIST): Sort file names. Add bootstrap and gl/modules/getloadavg.diff Jim Meyering 2006-09-23 17:00:29 +00:00
  • 328efced8b remove trailing blanks Jim Meyering 2006-09-23 17:00:08 +00:00
  • 7c8dece8c6 * gl/modules/getloadavg.diff: New file. Work around the way the latest version of the getloadavg module interacts with our bootstrap script. * bootstrap (gnulib_tool_options): Add "--local-dir gl". Jim Meyering 2006-09-23 16:51:53 +00:00
  • 5ffeefb1ab * bootstrap: Add support for --force. (usage): New function. Describe usage less tersely. (CVS_only_file): New var. Paul Eggert 2006-09-20 21:28:26 +00:00
  • 2a01141018 * NEWS: Document fix for cp -i and mv -i. * src/copy.c (copy_internal): With -i, prompt even if the source is a directory and the destination is not. This is required by POSIX and gives the user a chance to bail out before failing. * tests/cp/Makefile.am (TESTS): Add cp-i. * tests/cp/cp-i: New file. * tests/mv/Makefile.am (TESTS): Add i-5. * tests/mv/i-5: New file. Paul Eggert 2006-09-20 17:32:14 +00:00
  • fae30e1af9 * NEWS: Mention the chmod bug fix. Jim Meyering 2006-09-20 13:30:55 +00:00
  • 2c83d42320 *** empty log message *** Jim Meyering 2006-09-20 12:41:20 +00:00
  • 396a52f790 * tests/chmod/inaccessible: New test. * tests/chmod/Makefile.am (TESTS): Add inaccessible. Jim Meyering 2006-09-20 12:38:22 +00:00
  • 05ce3b2986 Fix the 2006-09-18 bug differently. * src/chmod.c: (process_file): Upon FTS_NS for a top-level file, tell fts_read to stat the file again, in case it has become accessible since the initial fts_open call. * src/chown-core.c (change_file_owner): Likewise. Jim Meyering 2006-09-20 11:50:46 +00:00
  • 1671b056a5 * src/chmod.c: Revert last change. There is a better way. * src/chown-core.c: Likewise. Jim Meyering 2006-09-20 11:26:18 +00:00
  • 856443a97d * coreutils.texi (Disk usage): Clarify intro. Problem reported by Van Ly. Paul Eggert 2006-09-19 22:39:38 +00:00
  • 7889cfbbc7 * src/ln.c (target_directory_operand): Rewrite to avoid porting problem on Tandem reported by Matthew Woehlke in <https://savannah.gnu.org/bugs/?17172>. Paul Eggert 2006-09-19 22:11:38 +00:00
  • 90616d3a8f (cp invocation): Clarify cp -i a bit more. Paul Eggert 2006-09-19 21:54:01 +00:00
  • f544d8dd1a * coreutils.texi (cp invocation): Say that -i and -f are independent. Clarify -i's behavior. Paul Eggert 2006-09-19 16:49:06 +00:00
  • 0e3b87195a Fix bug where chmod, chown, and chgrp did not process operands left-to-right in some cases. * src/chmod.c (wd_errno): New var. (chmod_file): New function, with most of the contents of the old prcess_file function. (process_files): Use it. This gives file names to fts one at a time, so that they are processed left-to-right as POSIX requires. * src/chown-core.c (wd_errno, chown_files): Likewise. (chown_file): New function. * tests/install/basic-1: Redo test so as to not workaround the chmod bug, thereby testing for it. Paul Eggert 2006-09-18 22:09:49 +00:00
  • bebf83d0fd * src/shuf.c (main): Quote the entire range when reporting an invalid one, rather than just the part that contained the error. Paul Eggert 2006-09-18 20:38:54 +00:00
  • 46dd4b1a8e * tests/stty/row-col-1: Rewrite to avoid temporary file that is sometimes left behind if the test is skipped or interrupted. Paul Eggert 2006-09-18 20:34:50 +00:00
  • 058f319e6d * bootstrap (symlink_to_gnulib): New function. (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib to copies-of-gnulib. (cp_mark_as_generated, slurp, gnulib_files): Avoid making a copy if it's the same as the old version. (gnulib_files): Add support for this variable (used by Bison). Paul Eggert 2006-09-18 20:20:03 +00:00
  • 87353aebd8 * tests/ls/stat-vs-dirent: Fix quoting problem in diagnostic indicating flaw in kernel. Reword to say that the flaw isn't serious for coreutils, since the flaw does affect ls -i. Paul Eggert 2006-09-18 16:34:27 +00:00
  • 5a73ad8c63 Fix bug in test case exposed by building on Solaris 8 in a setgid directory. The test case incorrectly assumed that 'symlink' would be in group $g1. Paul Eggert 2006-09-18 16:11:00 +00:00
  • c9c0dc7bc6 * NEWS: Add a line for 6.3-cvs. * configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix. Jim Meyering 2006-09-18 13:01:09 +00:00
  • 9c57927ad1 . Jim Meyering 2006-09-18 08:09:54 +00:00
  • 8cd9d29cfe duh v6.2 COREUTILS-6_2 Jim Meyering 2006-09-18 07:51:48 +00:00
  • 97f9240eaa *** empty log message *** Jim Meyering 2006-09-18 07:51:33 +00:00
  • 500fdd0af9 *** empty log message *** Jim Meyering 2006-09-18 07:51:07 +00:00
  • 7da3ac75c2 Version 6.2. * NEWS: Record the 6.2 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. Jim Meyering 2006-09-18 05:58:55 +00:00
  • db2e7255ab * tests/chgrp/basic: On an OpenBSD system, rather than failing due to a known problem, merely warn about it. Rewrite to avoid testing output of chgrp --verbose and chgrp -c. Instead, use stat to test file system for desired results, directly. * tests/chgrp/Makefile.am (TESTS_ENVIRONMENT): Set host_triplet. Jim Meyering 2006-09-17 20:58:34 +00:00
  • 1c904f14ea * tests/envvar-check: Add more variable names to the list of those that can affect these programs and tests: _POSIX2_VERSION, COLUMNS, QUOTING_STYLE, TABSIZE, TERM, TMPDIR. Jim Meyering 2006-09-17 20:29:05 +00:00
  • 1fd966436a . Jim Meyering 2006-09-17 20:15:52 +00:00
  • b67faf329c * NEWS: Document that mkdir -p and install -d now fork on occasion. * bootstrap.conf (gnulib_modules): Add savewd. * src/install.c: Include savewd.h. (process_dir): New function. (main, install_file_in_file_parents): Use it, along with the new savewd module, to avoid some race conditions. * src/mkdir.c: Include savewd.h. (struct mkdir_options): New members make_ancestor_function, mode, mode_bits. (make_ancestor): Return 1 if the resulting directory is not readable. (process_dir): New function. (main): Use it, along with new savewd module, to avoid some race conditions. Fill in new slots of struct mkdir_options, so that callees get the values. * tests/install/basic-1: Test for coreutils 5.97 bug that was fixed in coreutils 6.0, and which should still be fixed with this change. * tests/mkdir/p-3: Likewise. Paul Eggert 2006-09-16 20:03:56 +00:00
  • adbad7626c * Makefile.maint (sc_require_config_h, sc_prohibit_assert_without_use): Discard stdout from the new use of grep. Jim Meyering 2006-09-16 08:44:18 +00:00
  • f944211020 * 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. Jim Meyering 2006-09-15 14:11:39 +00:00
  • 32d83cf587 * src/mv.c (main): Remove unnecessary (always-true) test for 2 <= n. Instead, since it's a little fragile, assert the condition. (target_directory_operand): Update comment to reflect latest change. Jim Meyering 2006-09-14 10:06:42 +00:00
  • 33f1b50fca (print_user): Rewrite to avoid warning from GCC 4.1.1 with -Wall. Paul Eggert 2006-09-12 23:32:16 +00:00
  • e1fb2a80bb * tests/mv/atomic: Check for specific strace output, rather than simply nonempty. RHEL AS 4 would fail this test due to strace generating "[ Process PID=14434 runs in 32 bit mode. ]". Reported by Nelson Beebe. Jim Meyering 2006-09-12 09:33:40 +00:00
  • fb15bc880a * src/c99-to-c89.diff: Add another set of curly braces. Jim Meyering 2006-09-11 13:56:15 +00:00
  • 75b99e8f20 * src/remove.c (remove_dir): Move new cache_stat_init call onto it's own line. (rm_1): Move declaration of "st" and new cache_stat_init call "down" to nearer where they're used. Jim Meyering 2006-09-11 13:22:04 +00:00
  • d28b0d4de8 (eval6): Fix buffer overrun, or bad performance, if substr's last operand is very large. Performance problem reported by Sebastian Kreft. Paul Eggert 2006-09-11 04:56:43 +00:00
  • 6f2530cf3a * Makefile.maint (sc_prohibit_assert_without_use): Likewise. Jim Meyering 2006-09-09 16:18:57 +00:00
  • 77d7a11b2f * Makefile.maint (sc_require_config_h): Skip this test if there are no version- controlled .c files. Jim Meyering 2006-09-09 15:58:36 +00:00
  • 5feb482bc3 . Jim Meyering 2006-09-09 15:32:03 +00:00
  • 1e7e9cd16e restore leading "@" Jim Meyering 2006-09-09 14:59:37 +00:00
  • cc29b366aa * Makefile.maint (sc_prohibit_jm_in_m4): Don't hang when there are no .m4 files. Jim Meyering 2006-09-09 14:59:11 +00:00
  • 262296271d * bootstrap: Export CVS_RSH separate from its assignment, to work even with Solaris 10's /bin/sh. Suggestion from Mark D. Baushke. Jim Meyering 2006-09-08 19:28:46 +00:00
  • 5c81574ed5 tail now ignores the -f option if POSIXLY_CORRECT is set, no file operand is given, and standard input is any FIFO. Paul Eggert 2006-09-08 17:19:51 +00:00
  • d7619b5fe8 mv and "cp -r" no longer fail when invoked with two arguments where the first one names a directory and the second name ends in a slash and doesn't exist. E.g., "mv dir B/", for nonexistent B, now succeeds, once more. This reverts part of the 2004-06-27 change for 5.3.0. * NEWS: Say the above. * src/mv.c (target_directory_operand): Don't require (here) that the target operand "look like" a directory. This change pushes the test down to the rename syscall level, where a "mv dir existing-non-dir/" will mistakenly succeed on older systems that ignore trailing slashes in the rename destination argument. * src/cp.c (target_directory_operand): Likewise, but for cp. * tests/mv/trailing-slash: Exercise the above fixes. * tests/cp/trailing-slash: New file. * tests/cp/Makefile.am (EXTRA_DIST): Add trailing-slash. Jim Meyering 2006-09-08 17:08:53 +00:00
  • fc1e25cfa5 * bootstrap: Use the previously unused variable, $src, to avoid repeating "$GNULIB_SRCDIR/$file". Jim Meyering 2006-09-08 08:59:31 +00:00
  • 926e64e021 * bootstrap (cp_mark_as_generated): Don't use "local", to accommodate ancient "/bin/sh". Suggested by Ralf Wildenhues. Rename now-global "$src" and "$dst" to have cp_ prefix. Safer, and avoids confusion. Jim Meyering 2006-09-08 08:57:45 +00:00
  • c4e65d56c1 * bootstrap: Fix last-minute typo. Jim Meyering 2006-09-08 08:01:17 +00:00
  • 80799ead41 * bootstrap (cp_mark_as_generated): Don't add C-style comments for .l or .y files. Jim Meyering 2006-09-08 07:57:21 +00:00
  • af2c5a4ab0 * bootstrap (cp_mark_as_generated): New function. (slurp): Use it to prepend editor hints and a warning that the file we're copying is generated. Suggestion from Bruce Korb. Jim Meyering 2006-09-08 06:52:24 +00:00
  • a3ebb3f3d1 * bootstrap: Revert last change. There are less disruptive ways to mark these generated files as read-only. Jim Meyering 2006-09-07 21:00:58 +00:00
  • 0212b962b4 * src/c99-to-c89.diff: Update to have proper offsets. Jim Meyering 2006-09-07 09:21:00 +00:00
  • 36422ec95c Ensure that some gnulib-tool-generated files are read-only. * bootstrap (slurp): Put the body of this function in a sub-shell, with "umask a-w" so that all new files are read-only. Remove each file before we write to it, in case it's read-only. Make po/Makevars and runtime-po/Makevars read-only, too. Jim Meyering 2006-09-06 22:00:15 +00:00
  • ef2071bc67 * tests/cp/acl: Skip this test when cp lacks ACL support. * tests/cp/Makefile.am (TESTS_ENVIRONMENT): Set $(CONFIG_HEADER). Jim Meyering 2006-09-05 11:50:56 +00:00
  • fe99a4f8c8 * src/c99-to-c89.diff (remove.c): Adapt one hunk to match the new context from change of 2006-09-02. Jim Meyering 2006-09-05 11:12:06 +00:00
  • 2809bfb8f7 (Infrastructure changes): make wording more accurate Jim Meyering 2006-09-04 07:50:16 +00:00
  • ce5b2a6ec4 * README-cvs: Fix typo in update command. Jim Meyering 2006-09-04 07:44:56 +00:00
  • 5e451b260f * NEWS: Tweak the wording in the new change description so that no one can think this change causes e.g., `rm -fr foo../' to fail. Jim Meyering 2006-09-03 20:16:38 +00:00
  • fbb234c2a7 Use $CONFIG_HEADER, rather than hard-coding it. * tests/rm/Makefile.am (TESTS_ENVIRONMENT): Set $CONFIG_HEADER. Jim Meyering 2006-09-03 07:22:08 +00:00
  • 31ca1f9aec * tests/rm/inaccessible: Adjust for movement of config.h to lib/. Jim Meyering 2006-09-03 07:18:52 +00:00
  • ae325b5b97 rm now rejects attempts to remove /, ./, and ../. Paul Eggert 2006-09-03 02:56:51 +00:00
  • aff5a4f2ab (Treating / specially): --preserve-root is now the default for rm. (rm invocation): Likewise. Also, document that you can't remove .' or ..'. Use the POSIX term "root directory" rather than the more-ambiguous "file system root". Paul Eggert 2006-09-03 02:56:34 +00:00
  • 0b5f3463b3 New file. Paul Eggert 2006-09-03 02:55:32 +00:00
  • b438e7548e (TESTS): Add r-4. Paul Eggert 2006-09-03 02:55:20 +00:00
  • e5fc4f24aa Don't include dirname.h, since system.h does it now. (cache_fstatat, cache_stat_init): New functions. (cache_statted, cache_stat_ok): New functions. (write_protected_non_symlink): Remove struct stat ** buf_p arg, which is no longer needed with the new functions. All callers changed. (prompt, is_dir_lstat, remove_entry, remove_dir): New struct stat * arg. All callers changed. (write_protected_non_symlink, prompt, is_dir_lstat, remove_entry): (remove_cwd_entries, remove_dir, rm_1): Use and maintain the file status cache. (prompt, remove_entry): Omit the first "directory" in the diagnostic "Cannot remove directory `foo': is a directory". This causes "rm" to pass a test case that it would otherwise fail now that it "knows" more about its argument. I think the diagnostic is better without the first "directory" anyway. (prompt): Remove the no-longer-needed IS_DIR arg; all callers changed. (rm_1): Reject attempts to remove /, ./, or ../. Paul Eggert 2006-09-03 02:54:51 +00:00
  • fcf498b1b4 Fix comment. Paul Eggert 2006-09-03 02:54:16 +00:00
  • 89ffaa1990 Don't include dirname.h, since system.h does it now. (usage, main): --preserve-root is now the default. Paul Eggert 2006-09-03 02:53:58 +00:00
  • 963d29f916 Include "dirname.h", since dot_or_dotdot needs it now. (dot_or_dotdot): Succeed even if "." or ".." is followed by a slash. Paul Eggert 2006-09-03 02:53:37 +00:00
  • d8049d7478 Don't include dirname.h, since system.h does it now. Paul Eggert 2006-09-03 02:53:16 +00:00
  • b539762854 rm now rejects attempts to remove /, ./, and ../. Paul Eggert 2006-09-03 02:50:41 +00:00
  • 670a4672c9 Fix typo in previous change; an unsigned int wasn't converted to uintmax_t at the right time. Problem reported by Bruno. Paul Eggert 2006-09-01 22:07:18 +00:00
  • 8251826ef0 Update to match current gnulib. Paul Eggert 2006-09-01 19:44:43 +00:00
  • 93c30a24c4 * m4/jm-macros.m4 (gl_MACROS): Call cu_PREREQ_STAT_PROG rather than AC_REQUIREing, so that sys/mount.h isn't tested for after the test result. I'm not sure why this fix is needed, but it works. * m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Revamp to reflect better what stat.c actually needs. * src/stat.c: Include <stddef.h> (alignof): New macro. (HAVE_STRUCT_STATXFS_F_FSID___VAL, HAVE_STRUCT_STATXFS_F_FSID_VAL): Remove. (STRUCT_STATXFS_F_FSID_IS_INTEGER): New macro. (FSID_VAL): Remove. (print_statfs): If f_fsid isn't an integer, grab its words one at a time in little-endian order. This is a bit easier to configure and should avoid a compilation failure on MacOS reported by Bruno Haible. Paul Eggert 2006-09-01 19:40:46 +00:00
  • ddb97ab3b1 * src/stat.c (HAVE_STRUCT_STATXFS_F_FSID_VAL, FSID_VAL): New macros, to work around a Mac OS X porting problem reported by Bruno Haible in <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00308.html>. (print_statfs): Use them. * m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Check for __val versus val components of fsid. Omit some checks that stat.c doesn't care about. Paul Eggert 2006-08-29 21:53:29 +00:00
  • bc7aa2329c * bootstrap.conf (gnulib_modules): Add isapipe. * src/tail.c: Include isapipe.h. (IS_PIPE_LIKE_FILE_TYPE): Remove. (IS_TAILABLE_FILE_TYPE): Just list both FIFOs and sockets as tailable, since this seems to be portable. (main): Use isapipe, to fix a bug on MacOS X reported by Bruno Haible in <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00304.html>. Paul Eggert 2006-08-29 20:50:21 +00:00
  • 1b6b9ac6ee * src/system.h (LOCALEDIR): Remove, since configmake.h now defines it for us. Paul Eggert 2006-08-29 14:26:52 +00:00
  • 1b8c1afd70 (main): Don't test whether macros like S_ISLNK are defined, since they're always defined now. Paul Eggert 2006-08-29 00:32:33 +00:00
  • 25aebae77d * src/copy.c (copy_internal): Don't test whether macros like S_ISLNK are defined, since they're always defined now. * src/cp.c (main): Likewise. * src/ln.c (main): Likewise. * src/ls.c (get_link_name, make_link_name): Likewise. * src/mkfifo.c (usage): Likewise. * src/who.c (S_IWGRP): Likewise. Paul Eggert 2006-08-28 23:29:38 +00:00
  • 023c88aaa0 Adjust to recent gnulib changes for the gnulib module. * bootstrap.conf (gnulib_modules): Add fcntl. * src/system.h (SEEK_SET, SEEK_CUR, SEEK_END): Remove. Other code is already assuming these macros are defined. (O_DIRECT, O_DIRECTORY, O_DSYNC, O_NDELAY, O_NOATIME, O_NONBLOCK): (O_NOCTTY, O_NOFOLLOW, O_NOLINKS, O_RSYNC, O_SYNC, O_BINARY, O_TEXT): Remove; the fcntl module now handles these. Paul Eggert 2006-08-28 23:05:13 +00:00
  • a66840f18d Adjust to recent gnulib changes for the inttypes module. * bootstrap.conf (gnulib_modules): Remove stdint; add inttypes. (excluded_files): Don't exclude m4/inttypes-h.m4 or m4/inttypes-pri.m4. * src/system.h: Don't bother to include <stdint.h>, since we can now assume inttypes.h does the equivalent of including stdint.h. Paul Eggert 2006-08-28 20:51:56 +00:00
  • ba663fc190 Use http://, not https:// for savannah.gnu.org bug URLs. Jim Meyering 2006-08-27 19:59:15 +00:00
  • e7573e15d9 * NEWS: Mention this. Jim Meyering 2006-08-27 19:46:26 +00:00
  • 520a954d7e * src/copy.c (copy_internal): Don't make a backup if the last component of the source name is "." or "..". Reported by Andreas Schwab in https://savannah.gnu.org/bugs/?17540. * tests/cp/src-base-dot: New file. Test for the above fix. * tests/cp/Makefile.am (TESTS): Add src-base-dot. Jim Meyering 2006-08-27 19:41:04 +00:00
  • 0744662509 * src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite as a... (dot_or_dotdot): ...new static inline function. * src/remove.c (rm_1): Reflect this renaming. * src/ls.c (basename_is_dot_or_dotdot): Likewise. Jim Meyering 2006-08-27 19:34:28 +00:00
  • 0a94897cfe Two of those comments apply only when "moving" (not when copying). Correct them. Jim Meyering 2006-08-27 16:29:11 +00:00
  • 7f535c46a6 * src/copy.c (copy_internal): Add comments. Jim Meyering 2006-08-27 16:20:52 +00:00
  • ddf6238830 (AM_CPPFLAGS): Remove -I$(srcdir) and -I../lib, since Automake supplies them for us. It always did -I$(srcdir), and with the recent change to AC_CONFIG_HEADERS in configure.ac it is now also doing -I../lib. Paul Eggert 2006-08-27 06:03:02 +00:00
  • bc94006bd5 Fix typo in previous bootstrap change; WGET_COMMAND is needed by sh. Paul Eggert 2006-08-27 03:35:09 +00:00
  • be5edb4b0c .cvsignore: Add config-h.m4. Paul Eggert 2006-08-27 03:34:42 +00:00
  • e9bf9a6ecc This test was failing in some environments. * tests/ls/color-dtype-dir: Don't rely on eval "dircolors -b" to set LS_COLORS in the environment. * tests/envvar-check: Instead, ensure that LS_COLORS is not set. Reported by Bob Proulx. Jim Meyering 2006-08-26 18:44:52 +00:00
  • 2ace7e1eee * bootstrap (get_translations): Skip this if WGET_COMMAND is empty. Fail if the first "echo" fails. Suppress diagnostics from "ls po/*.po" since there might not be any .po files. (WGET_COMMAND): Set to empty if wget doesn't seem to be available. Don't export; shouldn't be needed. Paul Eggert 2006-08-26 18:33:08 +00:00
  • fd52fdf603 * tests/mv/Makefile.am (TESTS): Add backup-dir. Jim Meyering 2006-08-26 17:13:49 +00:00
  • 96940eb05b * src/c99-to-c89.diff: Remove hunk for copy.c; no longer needed. Jim Meyering 2006-08-26 16:21:15 +00:00
  • c8e02f478f s/c98/c89/ in file name. Jim Meyering 2006-08-26 16:20:59 +00:00
  • 7bd66e88ca * Makefile.am (EXTRA_DIST): Remove these files here, too: .x-sc_no_if_have_config_h, .x-sc_prohibit_assert_without_use, .x-sc_two_space_separator_in_usage. Jim Meyering 2006-08-26 16:18:04 +00:00
  • 146af5fb13 Fix "mv --verbose --backup" so its output includes the " (backup: foo.~1~)" suffix also when backing up a directory. * NEWS: Report this bug fix. * src/copy.c (emit_verbose): New function, factored out of... (copy_internal): ...here. Use the new function. * tests/mv/backup-dir: Test for the above fix. Jim Meyering 2006-08-26 15:53:24 +00:00
  • 8f8f1d0188 Include <config.h> unconditionally, since we now assume config.h exists. Paul Eggert 2006-08-26 06:55:57 +00:00
  • 967e0c11ea "ls --color" would highlight other-writable and sticky directories no differently than regular directories on a file system with dirent.d_type support. * NEWS: Say the above. * src/ls.c (gobble_file): With --color, also stat the file when we know it is a directory. Derived from an anonymous one-line fix and bug report: <https://savannah.gnu.org/bugs/?15043>. * tests/ls/color-dtype-dir: New file. Test for the above fix. * tests/ls/Makefile.am (TESTS): Add color-dtype-dir. Jim Meyering 2006-08-26 06:46:17 +00:00
  • 0d41cd8f29 * .cvsignore: Remove stamp-h1. Add coreutils-*, to ignore tarballs. * bootstrap.conf: Add configmake, verify. * lib/.cvsignore: Add configmake.h, stamp-h1. * src/.cvsignore: Remove localedir.h. * src/Makefile.am (localedir, DISTCLEANFILES, localedir.h): Remove; subsumed by configmake. * src/system.h: Include configmake.h rather than localedir.h (LOCALEDIR): New macro. Paul Eggert 2006-08-25 23:30:57 +00:00