Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 1998 18:04:04 +1000 (EST)
From:      Ian Holland <ianh@tortuga.com.au>
To:        current@FreeBSD.ORG
Subject:   src Makefile fix
Message-ID:  <199806110804.SAA13330@frabjous.tortuga.com.au>

next in thread | raw e-mail | index | archive | help

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



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