From bb30c9992fc2a3ffab636f4fd1f04fcbbba70a83 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" 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/usr.bin') diff --git a/gnu/usr.bin/rcs/lib/Makefile b/gnu/usr.bin/rcs/lib/Makefile index 8428686b10ac4..a69000b5b2c5d 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.3