From owner-freebsd-current Mon Apr 16 9:53:49 2001 Delivered-To: freebsd-current@freebsd.org Received: from sj-msg-core-4.cisco.com (sj-msg-core-4.cisco.com [171.71.163.10]) by hub.freebsd.org (Postfix) with ESMTP id 467B237B43C; Mon, 16 Apr 2001 09:53:43 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-4.cisco.com (8.9.3/8.9.1) with ESMTP id JAA13349; Mon, 16 Apr 2001 09:53:47 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f3GGrh657661; Mon, 16 Apr 2001 09:53:43 -0700 (PDT) (envelope-from bmah) Message-Id: <200104161653.f3GGrh657661@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: obrien@freebsd.org Cc: bmah@freebsd.org, freebsd-current@freebsd.org Subject: One more typo in src/release/Makefile, rev 1.612? (w/patch) From: bmah@freebsd.org (Bruce A. Mah) Reply-To: bmah@freebsd.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1507808330P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 16 Apr 2001 09:53:43 -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-1507808330P Content-Type: text/plain; charset=us-ascii Hi David-- Thanks for fixing the typo in src/release/Makefile. I think however the real cause of the error that people were seeing is a typo on the line above...there should (I think) be a " && \" at the end of the previous line. So what happens is that the "make kernel-reinstall-debug" gets run in the wrong directory, and that's why it's falling over. Patch below. I'm testing this now... Cheers, Bruce. Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.612 diff -u -r1.612 Makefile --- Makefile 2001/04/16 15:17:27 1.612 +++ Makefile 2001/04/16 16:44:41 @@ -846,7 +846,7 @@ make ${KERNEL_FLAGS} KERNEL=${KERNEL} && \ make KERNEL=${KERNEL} DESTDIR=${RD}/kernels install && \ [ -r ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ] && \ - cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ${RD}/kernels + cp ${.CURDIR}/../sys/${MACHINE}/conf/${KERNEL}.hints ${RD}/kernels && \ make KERNEL=${KERNEL} DESTDIR=${RD}/kernels kernel-reinstall.debug # --==_Exmh_-1507808330P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE62yOW2MoxcVugUsMRAuo/AKCEx8YGb+MNaAETpPaNaWHbzQuA5ACfbHUT O8A9qxCLYdUcTwRUgxzzz0Y= =vBGs -----END PGP SIGNATURE----- --==_Exmh_-1507808330P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message