From: Ian Darwin Date: Sat, 7 Nov 1987 12:36:10 +0000 (+0000) Subject: Change "make test" to "make try" to reduce semantic overloading. X-Git-Tag: FILE3_27~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32841c08107c1a39e617b09e011f109ac4ccdbcc;p=file Change "make test" to "make try" to reduce semantic overloading. --- diff --git a/README b/README index e6407fb0..4fbe73c3 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ PORTING - read this only if the program won't compile. Makefile - read this next, adapt it as needed (particularly the location of the old existing file command and the man page layouts), type "make" to compile, - "make test" to try it out against your old version. + "make try" to try it out against your old version. Expect some diffs, particularly since your original file(1) may not grok the imbedded-space ("\ ") in the current magic file, or may even not use the diff --git a/src/Makefile b/src/Makefile index d77c4b6b..88fa359b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Header: /home/glen/git/file/cvs/file/src/Attic/Makefile,v 1.13 1987/11/06 21:26:21 ian Exp $ +# @(#)$Header: /home/glen/git/file/cvs/file/src/Attic/Makefile,v 1.14 1987/11/07 12:36:10 ian Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -64,7 +64,7 @@ ALLSRC = LEGAL.NOTICE README PORTING $(SRCS) *.h \ all: file magic -test: all $(OFILE) +try: all $(OFILE) cd tst; make time $(OFILE) -m ./magic * tst/* >/tmp/t1 time ./file -m ./magic * tst/* >/tmp/t2