Commit Graph

111 Commits

Author SHA1 Message Date
phk
21ec7074f0 yacc rules change. 1996-05-30 23:09:11 +00:00
mpp
a6d857e732 Do not include math.h because it isn't used and it causes
"make world" to fail if you use the msun math library and
blow away /usr/include and then do "make world".  This is because
the msun math.h isn't installed with the other include files before
xlint is built.  It finally gets installed when the msun library
is built.

Perhaps "make world" should install the msun math.h file if
it doesn't install the CSRG math.h, to prevent problems
like this in the future.
1996-04-09 17:17:31 +00:00
mpp
86b292ffbd Correct some man page cross references and file location references. 1996-04-07 00:06:21 +00:00
paul
29db052210 Don't build the special case lint libraries. 1996-03-31 22:18:46 +00:00
paul
05ba1c640d Move llib-lstdc to llib-lc since that's what lint expects. 1996-03-24 20:03:46 +00:00
paul
ec8b8cac4c Re-enable building of lint libraries. 1996-03-24 19:47:12 +00:00
paul
f0d96aea1c Build and install llib-lstdc.ln. Disable Posix version.
Change install mode from NONBINMODE to LIBMODE
1996-03-24 19:45:58 +00:00
paul
4d8c803e7c Don't build lint libraries for the moment. 1996-03-24 13:58:27 +00:00
wosch
890f379739 replace 'install' with ${INSTALL} 1996-02-06 23:36:16 +00:00
joerg
d6d7d9de0f Well, Jochen adopted most of my submissions. So only the different
style of error reporting (i prefer gcc style to be consistent with the
compiler) is left, plus a minor nit he's most likely been overlooking.

There are still problems with bootstrapping, and you should expect
troubles when linting libc...
1995-11-06 21:54:02 +00:00
joerg
97ea65b2cb Jochen Pohl's lint(1) from NetBSD. Yet another import.
This is just a vendor import by now.  I'll wait until i'll get the
imported files back via CTM before applying the FreeBSD patches.
Don't use it yet.

Submitted by:	Jochen Pohl <jpo.drs@sni.de>
Obtained from:	(NetBSD -- this version is directly from Jochen)
1995-11-05 15:56:42 +00:00