Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 22:17:26 -0500
From:      Chris Costello <chris@calldei.com>
To:        John DeBoskey <jwd@FreeBSD.ORG>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: make install of new kernel fails (bad /modules)
Message-ID:  <20000616221725.H98160@holly.calldei.com>
In-Reply-To: <20000613175622.A91072@unx.sas.com>
References:  <20000613175622.A91072@unx.sas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, June 13, 2000, John DeBoskey wrote:
> modules-install modules-install.debug:
> .if !defined(NO_MODULES_OLD)
>         mkdir -p ${DESTDIR}/modules.old
>         cp -p ${DESTDIR}/modules/* ${DESTDIR}/modules.old

   I'd suggest changing the above line to:
          test -f ${DESTDIR}/modules/* && \
              cp -p ${DESTDIR}/modules/* ${DESTDIR}/modules.old

   I haven't tested it, but it should work.

> .endif
>         cd $S/modules && env MAKEOBJDIRPREFIX=${.OBJDIR}/modules ${MAKE}
> install

-- 
|Chris Costello <chris@calldei.com>
|Programmers do it bit by bit.
`----------------------------------


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?20000616221725.H98160>