From owner-freebsd-current Tue Mar 20 14:22: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from sj-msg-core-2.cisco.com (sj-msg-core-2.cisco.com [171.69.43.88]) by hub.freebsd.org (Postfix) with ESMTP id 081A437B75C; Tue, 20 Mar 2001 14:03:30 -0800 (PST) (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-2.cisco.com (8.9.3/8.9.1) with ESMTP id OAA14847; Tue, 20 Mar 2001 14:03:49 -0800 (PST) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f2KM3TF19636; Tue, 20 Mar 2001 14:03:29 -0800 (PST) (envelope-from bmah) Message-Id: <200103202203.f2KM3TF19636@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: "Michael C . Wu" Cc: "Bruce A. Mah" , ru@freebsd.org, freebsd-current@freebsd.org Subject: Re: CURRENT breakage in usr.sbin/amd/mk-amd-map In-Reply-To: <20010320155119.B55245@peorth.iteration.net> References: <200103202041.f2KKf8w16566@bmah-freebsd-0.cisco.com> <20010320155119.B55245@peorth.iteration.net> Comments: In-reply-to "Michael C . Wu" message dated "Tue, 20 Mar 2001 15:51:19 -0600." 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_1427940795P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 20 Mar 2001 14:03:29 -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_1427940795P Content-Type: text/plain; charset=us-ascii If memory serves me right, "Michael C . Wu" wrote: > cvs diff: Diffing . > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/amd/mk-amd-map/Makefile,v > retrieving revision 1.11 > diff -u -r1.11 Makefile > --- Makefile 2001/03/20 18:16:16 1.11 > +++ Makefile 2001/03/20 21:37:46 > @@ -8,6 +8,10 @@ > > .PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map > > +MAN8= mk-amd-map.8 > + > +SRCS= mk-amd-map.c > + > PROG= mk-amd-map > > .include That reverts all of Ruslan's change. You don't want to put the MAN8= definition back, because that was the point of his commit. Just the SRCS= needs to be reverted. Now Ruslan (or someone) needs to go and fix all of these files too: src/usr.sbin/amd/wire-test/Makefile src/usr.sbin/ancontrol/Makefile src/usr.sbin/usbdevs/Makefile src/usr.sbin/wicontrol/Makefile src/usr.sbin/wlconfig/Makefile There may be others, these were just selected files that I checked (buildworld found the first one for me). I'm definitely not going to get my -CURRENT machine rebuilt today. :-p Bruce. --==_Exmh_1427940795P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE6t9Ox2MoxcVugUsMRAmRIAJ46N8PCSthINuzwjuI5Nw7eQ/5AzQCgpHo6 FlzvQYTC3RQI20sNfW5gtf8= =f/Pr -----END PGP SIGNATURE----- --==_Exmh_1427940795P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message