Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2001 20:51:26 +1000 (EST)
From:      User Raymond <raymond@one.com.au>
To:        freebsd-questions@freebsd.org
Subject:   attempting a "make release"
Message-ID:  <200108201051.UAA47452@gw.one.com.au>

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


The following from many attempts at both make release and make rerelease

+ cd /usr/src/release
+ make doRELEASE
rm -f /R/stage/kernels/GENERIC
rm -rf /usr/src/release/../sys/compile/GENERIC
cd /usr/src/release && make doKERNEL KERNEL=GENERIC
config: ../../compile/GENERIC: No such file or directory
*** Error code 2

Stop in /usr/src/release.
*** Error code 1

Stop in /usr/src/release.
*** Error code 1

Stop in /usr/src/release.


The relevant part of the Makefile seems to be

doKERNEL:
        @rm -f ${RD}/kernels/${KERNEL}
        @cd ${.CURDIR}/../sys/${MACHINE}/conf && config ${KERNEL}

In this process, .CURDIR should be /usr/src/release
                 KERNEL should be GENERIC
                 MACHINE should be i386

The last line should expand to

        cd /usr/src/release/../sys/i386/conf && config GENERIC

which when entered directly - does

gateway# cd /usr/src/release/../sys/i386/conf && config GENERIC
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/GENERIC
gateway#


Any hints would be gratefully received.

Ray Newman

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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