summaryrefslogtreecommitdiff
path: root/usr.bin/awk/README
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/awk/README')
-rw-r--r--usr.bin/awk/README14
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/awk/README b/usr.bin/awk/README
index 308fddfee50..a54b689450e 100644
--- a/usr.bin/awk/README
+++ b/usr.bin/awk/README
@@ -1,4 +1,4 @@
-/* $OpenBSD: README,v 1.5 2002/12/19 21:24:28 millert Exp $ */
+/* $OpenBSD: README,v 1.6 2004/12/30 01:52:48 millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
@@ -57,7 +57,7 @@ conflicts: 43 shift/reduce, 85 reduce/reduce
This produces an executable a.out; you will eventually want to
move this to some place like /usr/bin/awk.
-If your system is does not have yacc or bison (the GNU
+If your system does not have yacc or bison (the GNU
equivalent), you must compile the pieces manually. We have
included yacc output in ytab.c and ytab.h, and backup copies in
case you overwrite them. We have also included a copy of
@@ -73,8 +73,14 @@ This also compiles with Visual C++ on all flavors of Windows,
*if* you provide versions of popen and pclose. The file
missing95.c contains versions that can be used to get started
with, though the underlying support has mysterious properties,
-the symptom of which can be truncated pipe output. Beware.
-The file makefile.win gives hints on how to proceed.
+the symptom of which can be truncated pipe output. Beware. The
+file makefile.win gives hints on how to proceed; if you run
+vcvars32.bat, it will set up necessary paths and parameters so
+you can subsequently run nmake -f makefile.win. Beware also that
+when running on Windows under command.com, various quoting
+conventions are different from Unix systems: single quotes won't
+work around arguments, and various characters like % are
+interpreted within double quotes.
This compiles without change on Macintosh OS X using gcc and
the standard developer tools.