Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 1999 00:44:10 +0000
From:      David Malone <dwmalone@maths.tcd.ie>
To:        freebsd-current@freebsd.org
Cc:        obrien@freebsd.org
Subject:   Lint broken in -current.
Message-ID:   <199911240044.aa67654@salmon.maths.tcd.ie>

next in thread | raw e-mail | index | archive | help
Lint no longer works in -current as cpp seems to have lost the -undef
option. The option is still shown in the usage message and the man
page, but the code seems to have gone walk about!

	David.

0:30:gonzo 92% uname -a
FreeBSD gonzo.home 4.0-CURRENT FreeBSD 4.0-CURRENT #17: Sat Nov 20 13:35:22 GMT 1999     dwmalone@gonzo.home:/usr/src/sys/compile/GONZO  i386
0:30:gonzo 93% cpp --help | fgrep undef
  -Wundef                   Warn if an undefined macro is used by #if
  -Wno-undef                Do not warn about testing undefined macros
  -g                        Include #define and #undef directives in the output
  -u or -undef              Do not predefine any macros
0:30:gonzo 94% cpp -undef
cpp: Invalid option `-undef'
0:30:gonzo 95% cpp -u
cpp: Invalid option `-u'


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi? <199911240044.aa67654>