Date: Mon, 11 May 1998 01:52:05 -0700 From: John-Mark Gurney <gurney_j@efn.org> To: Mark Murray <mark@grondar.za> Cc: current@FreeBSD.ORG Subject: Re: Make world broken in usr.bin/lex Message-ID: <19980511015205.34492@hydrogen.nike.efn.org> In-Reply-To: <199805101127.NAA03234@greenpeace.grondar.za>; from Mark Murray on Sun, May 10, 1998 at 01:26:59PM %2B0200 References: <199805101127.NAA03234@greenpeace.grondar.za>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Murray scribbled this message on May 10:
> Current is broken in usr.bin/lex at the moment (Sun 10th May 13:30 +0200).
> 
> [greenpeace] /usr/src/usr.bin/lex # make depend
> lex -t  -is /usr/src/usr.bin/lex/scan.l > scan.c
> rm -f .depend
> mkdep -f .depend -a    -I. -I/usr/src/usr.bin/lex  scan.c /usr/src/usr.bin/lex/c
> cl.c /usr/src/usr.bin/lex/dfa.c /usr/src/usr.bin/lex/ecs.c /usr/src/usr.bin/lex/
> gen.c /usr/src/usr.bin/lex/main.c /usr/src/usr.bin/lex/misc.c /usr/src/usr.bin/l
> ex/nfa.c /usr/src/usr.bin/lex/skel.c /usr/src/usr.bin/lex/sym.c /usr/src/usr.bin
> /lex/tblcmp.c /usr/src/usr.bin/lex/yylex.c
> /usr/src/usr.bin/lex/scan.l:33: parse.h: No such file or directory
> /usr/src/usr.bin/lex/yylex.c:33: parse.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop.
I've been talking to bruce about this one.... I tracked it down to the
fact that parse.h gets added to SRCS after the ${DEPENDFILE} target gets
defined... so the ${DEPENDFILE} target doesn't depend on the files that
are added by ${_YH}...
I'm testing my own fix... but bruce will probably have a better one than
moving the ${DEPENDFILE} target to the end of bsd.dep.mk...
-- 
  John-Mark Gurney                      Modem Rev/FAX: +1 541 346 9237
  Cu Networking					  P.O. Box 5693, 97405
  Live in Peace, destroy Micro$oft, support free software, run FreeBSD
	    Don't trust anyone you don't have the source for
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?19980511015205.34492>
