From 6a8e657775c9e8893a230c22ab5e23c342f95f3d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Jan 1998 08:33:34 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 21 +++++++++++++++++++-- tests/ls/Makefile.in | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0bebc66..78660c6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,11 +1,28 @@ +1998-01-22 Jim Meyering + + * tests/rm/sunos-1: Don't use -f. Do adjust $RM if it's a + relative path. + + * tests/ls/time-1: Use GNU touch to work around problems with NFS + caching and/or clock skew. Reported by Kaveh Ghazi. + + * tests/ls/Makefile.am (TESTS_ENVIRONMENT): Add TOUCH. + + * src/Makefile.am (noinst_HEADERS): Add remove.h. + (mv_SOURCES): Define. + (rm_SOURCES): Define. + 1998-01-21 Jim Meyering * src/install.c: Declare new global, backup_type. (main): Initialize backup_type unconditionally. - (copy_file): Call find_backup_file_name with new backup_type, argument. + (copy_file): Call find_backup_file_name with new argument, backup_type. * src/ln.c: Declare new global, backup_type. (main): Initialize backup_type unconditionally. - (do_link): Call find_backup_file_name with new backup_type, argument. + (do_link): Call find_backup_file_name with new argument, backup_type. + + * src/copy.c (copy_internal): Use x->backup_type, not the global. + (valid_options): Use VALID_BACKUP_TYPE and VALID_SPARSE_MODE. * src/copy.h: (VALID_SPARSE_MODE): Define. [struct cp_options] (backup_type): New member. diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 06b2a17..e59ea49 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -92,7 +92,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits TESTS = time-1 EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = LS=../../src/ls +TESTS_ENVIRONMENT = LS=../../src/ls TOUCH=../../src/touch mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = -- 2.7.4