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 <[EMAIL PROTECTED]>
|Programmers do it bit by bit.
`----------------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message