Date: Mon, 16 Apr 2001 10:05:03 +0900 From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: current@freebsd.org Subject: Typo in src/release/Makefile, rev 1.161 (PATCH INCLUDED) Message-ID: <20010416100503U.matusita@jp.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
There is a small typo in src/release/Makefile rev 1.161; not 'kernel', but 'KERNEL' is correct. -- - Makoto `MAR' MATSUSHITA --- Makefile.dist Mon Apr 16 10:02:01 2001 +++ Makefile Mon Apr 16 10:02:52 2001 @@ -847,7 +847,7 @@ make KERNEL=${KERNEL} DESTDIR=${RD}/kernels install && \ [ -r ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ] && \ cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ${RD}/kernels - make KERNEL=${kernel} DESTDIR=${RD}/kernels kernel-reinstall.debug + make KERNEL=${KERNEL} DESTDIR=${RD}/kernels kernel-reinstall.debug # # --==## Put a filesystem into a BOOTMFS kernel ##==-- 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?20010416100503U.matusita>