Date: Wed, 1 Nov 2006 19:58:26 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108942 for review Message-ID: <200611011958.kA1JwQlX022483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108942 Change 108942 by marcel@marcel_cluster on 2006/11/01 19:57:50 Remove module.c. It only contained efi_autoload(), which was a stub that did nothing. It's not used on ia64. Affected files ... .. //depot/projects/ia64/sys/boot/efi/libefi/Makefile#15 edit .. //depot/projects/ia64/sys/boot/efi/libefi/module.c#3 delete Differences ... ==== //depot/projects/ia64/sys/boot/efi/libefi/Makefile#15 (text+ko) ==== @@ -3,7 +3,7 @@ LIB= efi INTERNALLIB= -SRCS= delay.c efi_console.c efifs.c efinet.c errno.c libefi.c module.c time.c +SRCS= delay.c efi_console.c efifs.c efinet.c errno.c libefi.c time.c CFLAGS+= -I${.CURDIR}/../include CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH:S/amd64/i386/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611011958.kA1JwQlX022483>