]> granicus.if.org Git - file/commitdiff
Change "make test" to "make try" to reduce semantic overloading.
authorIan Darwin <ian@darwinsys.com>
Sat, 7 Nov 1987 12:36:10 +0000 (12:36 +0000)
committerIan Darwin <ian@darwinsys.com>
Sat, 7 Nov 1987 12:36:10 +0000 (12:36 +0000)
README
src/Makefile

diff --git a/README b/README
index e6407fb01376e43a74ebcca704922ede0bfa91d2..4fbe73c361487bf433d79634113c5cd0339e61bd 100644 (file)
--- 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
index d77c4b6b10db3d3c8376dbca5eedf980c2cf9e6a..88fa359b68acd3123a949a1ae00ccedefcdbbf54 100644 (file)
@@ -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