From owner-cvs-all Fri Jun 23 20:39:35 2000 Delivered-To: cvs-all@freebsd.org Received: from eclogite.eps.nagoya-u.ac.jp (eclogite.eps.nagoya-u.ac.jp [133.6.124.145]) by hub.freebsd.org (Postfix) with ESMTP id D335737B59B; Fri, 23 Jun 2000 20:39:24 -0700 (PDT) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by eclogite.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id MAA04273; Sat, 24 Jun 2000 12:39:21 +0900 (JST) To: des@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile From: KATO Takenori In-Reply-To: <20000622230341F.kato@gneiss.eps.nagoya-u.ac.jp> References: <200006210936.CAA69111@freefall.freebsd.org> <20000622230341F.kato@gneiss.eps.nagoya-u.ac.jp> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000624123921H.kato@gneiss.eps.nagoya-u.ac.jp> Date: Sat, 24 Jun 2000 12:39:21 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 54 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is a patch to fix the problem. ---------- BEGIN ---------- *** sys/modules/Makefile.orig Sat Jun 24 12:34:50 2000 --- sys/modules/Makefile Sat Jun 24 12:35:10 2000 *************** *** 3,16 **** # XXX present but broken: ip_mroute_mod pcic SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ ! if_sl if_tun ipfilter ipfw joy kernfs kue linprocfs \ md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ nwfs portal procfs rl sf sis sk ste syscons ti tl twe \ ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" ! SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \ svr4 vesa vinum wi .endif --- 3,16 ---- # XXX present but broken: ip_mroute_mod pcic SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \ ! if_sl if_tun ipfilter ipfw joy kernfs kue \ md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ nwfs portal procfs rl sf sis sk ste syscons ti tl twe \ ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" ! SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \ svr4 vesa vinum wi .endif ---------- END ---------- kato@FreeBSD.org > Dag-Erling Smorgrav wrote: > > > des 2000/06/21 02:36:40 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/modules Makefile > > Log: > > Include linprocfs in the build now that it has been verified to work. > > > > Revision Changes Path > > 1.110.2.6 +2 -2 src/sys/modules/Makefile > > This breaks Alpha port. Please move linprocfs to i386-only part. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message