Mark BROKEN:
===> Building for rblcheck-1.4 cc -O -pipe -Wall -s rblcheck.c -o rblcheck rblcheck.c: In function `main': rblcheck.c:333: warning: implicit declaration of function `getopt' rblcheck.c:351: `optarg' undeclared (first use this function) rblcheck.c:351: (Each undeclared identifier is reported only once rblcheck.c:351: for each function it appears in.) rblcheck.c:383: warning: suggest parentheses around assignment used as truth value *** Error code 1
This commit is contained in:
parent
bfcc6414a5
commit
46ce5f763a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14557
@ -3,7 +3,7 @@
|
||||
# Date created: 28 January 1998
|
||||
# Whom: itojun@itojun.org
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/27 05:19:14 asami Exp $
|
||||
# $Id: Makefile,v 1.3 1998/10/19 16:51:12 itojun Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rblcheck-1.4
|
||||
@ -12,6 +12,8 @@ MASTER_SITES= http://www.xnet.com/%7Eemarshal/rblcheck/
|
||||
|
||||
MAINTAINER= itojun@itojun.org
|
||||
|
||||
BROKEN= yes
|
||||
|
||||
DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user