Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: cgd
Date: Fri Jul 7 05:30:59 UTC 2000
Modified Files:
basesrc/lib/libc/net: Makefile.inc
Log Message:
to get (f)lex output to go to stdout, use -t (a flag supported by
flex) rather than -o/dev/stdout which uses a flex feature (-o isn't
in vendor lex, at least on solaris 7) and also requires that
"/dev/stdout" function in the expected manner.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 basesrc/lib/libc/net/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index