Date: Sat, 24 Jun 2000 12:39:21 +0900 From: KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp> To: des@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <20000624123921H.kato@gneiss.eps.nagoya-u.ac.jp> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <des@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000624123921H.kato>
