From 46689ca7f0002e4deea37db960b95e14958d50cb Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 26 Nov 1999 02:51:44 +0000 Subject: * Support the environtmental var "DIFF_OPTIONS". Which can hold a set of default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h. --- gnu/usr.bin/diff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/diff/Makefile') diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 75d8c48..58818cb 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -4,7 +4,7 @@ PROG= diff SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \ - version.c getopt.c getopt1.c side.c cmpbuf.c + version.c getopt.c getopt1.c side.c cmpbuf.c prepend_args.c # Important for ctype macros! CFLAGS+=-funsigned-char -- cgit v1.1