From owner-freebsd-current Mon May 11 01:52:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06835 for freebsd-current-outgoing; Mon, 11 May 1998 01:52:53 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from d183-205.uoregon.edu (d183-205.uoregon.edu [128.223.183.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06824 for ; Mon, 11 May 1998 01:52:52 -0700 (PDT) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by d183-205.uoregon.edu (8.8.7/8.8.7) id BAA24008; Mon, 11 May 1998 01:52:06 -0700 (PDT) Message-ID: <19980511015205.34492@hydrogen.nike.efn.org> Date: Mon, 11 May 1998 01:52:05 -0700 From: John-Mark Gurney To: Mark Murray Cc: current@FreeBSD.ORG Subject: Re: Make world broken in usr.bin/lex References: <199805101127.NAA03234@greenpeace.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199805101127.NAA03234@greenpeace.grondar.za>; from Mark Murray on Sun, May 10, 1998 at 01:26:59PM +0200 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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