From owner-freebsd-current Thu Jun 11 01:07:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17140 for freebsd-current-outgoing; Thu, 11 Jun 1998 01:07:34 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from tortuga.com.au (issi.tortuga.com.au [203.101.253.28]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA17115 for ; Thu, 11 Jun 1998 01:07:22 -0700 (PDT) (envelope-from ianh@tortuga.com.au) Received: from frabjous.tortuga.com.au by tortuga.com.au (SMI-8.6/SMI-SVR4) id SAA07976; Thu, 11 Jun 1998 18:07:16 +1000 Received: (from ianh@localhost) by frabjous.tortuga.com.au (8.8.7/8.8.5) id SAA13330 for current@FreeBSD.ORG; Thu, 11 Jun 1998 18:04:05 +1000 (EST) From: Ian Holland Message-Id: <199806110804.SAA13330@frabjous.tortuga.com.au> Subject: src Makefile fix To: current@FreeBSD.ORG Date: Thu, 11 Jun 1998 18:04:04 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following patch is required to be able to do a "make buildworld" on a FreeBSD 2.2.5 system. If there is something wrong with this approach please let me know. Otherwise, could some kind soul commit it, please? Note, that I actually use make -m /usr/src/share/mk buildworld on the source as of cvs-cur 4369. Index: Makefile =================================================================== RCS file: /home/freebsd/cvs/src/Makefile,v retrieving revision 1.201 diff -c -r1.201 Makefile *** Makefile 1998/06/09 07:19:13 1.201 --- Makefile 1998/06/10 10:13:18 *************** *** 499,504 **** --- 499,507 ---- cd ${.CURDIR}/usr.bin/xinstall; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ ${MAKE} ${MK_FLAGS} all; \ ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR} + cd ${.CURDIR}/usr.bin/yacc; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ + ${MAKE} ${MK_FLAGS} all; \ + ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/lex; ${MAKE} bootstrap; \ ${MAKE} ${MK_FLAGS} ${_DEPEND}; \ ${MAKE} ${MK_FLAGS} -DNOLIB all; \ -- Ian Holland In a world without fences, ianh@tortuga.com.au Who needs Gates? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message