From 71e82a4ceb37d33e88db86328b55d37a04bc3600 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 14 May 1994 07:02:40 +0000 Subject: No longer use FSYNC_ALL by default, we do not have the stability problems with the system as we once did. This should greatly increase the speed of rcs and therefore cvs. --- gnu/usr.bin/rcs/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/rcs/lib/Makefile b/gnu/usr.bin/rcs/lib/Makefile index 8428686..a69000b 100644 --- a/gnu/usr.bin/rcs/lib/Makefile +++ b/gnu/usr.bin/rcs/lib/Makefile @@ -1,6 +1,6 @@ # Define FSYNC_ALL to get slower but safer writes in case of crashes in # the middle of CVS/RCS changes -CFLAGS += -DFSYNC_ALL +#CFLAGS += -DFSYNC_ALL LIB = rcs SRCS = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \ -- cgit v1.1