On Tue, Mar 02, 2010 at 03:15:30AM -0600, Ron McDowell wrote:
> My script builds the 4.6-release and 4.6-stable pulled 1/26.  It
> chokes on 2 copies of 4.6-stable pulled today.
> 
> As I've said, I don't care about the error at this point, I want to
> know how the build process works.  Restating my question:

build:
.ifdef GLOBAL_AUTOCONF_CACHE
        cp /dev/null ${GLOBAL_AUTOCONF_CACHE}
.endif
        cd ${.CURDIR}/share/mk && exec ${SUDO} ${MAKE} install
        cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes
        ${SUDO} ${MAKE} cleandir
        cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \
            NOMAN=1 exec ${SUDO} ${MAKE} install
        cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \
            NOMAN=1 exec ${SUDO} ${MAKE} install
        ${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install

Reply via email to