Bruce Evans 08b443022e Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for
libraries a little by not passing all of ${CFLAGS} to lint.  Pass
only options matching -[DIU]*.  The important -nostdinc option can't
be passed like I first thought because lint misinterprets as
"-n -o stdinc".  The unimportant -B* option can't be passed because
lint doesn't support it.  Otherwise, we pass the same options as
to mkdep, exept for a bug in the latter: -U* is not passed.  All
this depends on option args not being separated from option flags
by a space.
2001-12-03 22:31:09 +00:00
..
2001-11-28 07:23:11 +00:00
2001-12-03 00:25:04 +00:00
2001-07-15 08:21:37 +00:00
2001-12-02 11:19:24 +00:00
2001-11-28 07:23:11 +00:00
2001-11-28 07:23:11 +00:00
2001-11-28 07:23:11 +00:00
2001-11-23 11:15:21 +00:00
2001-11-28 07:23:11 +00:00