Date: Wed, 08 Dec 1999 11:41:52 -0500 From: "Louis A. Mamakos" <louie@TransSys.COM> To: FreeBSD-gnats-submit@freebsd.org, marcel@freebsd.org Subject: kern/15358: svr4 'make world' build broken Message-ID: <199912081641.LAA16874@whizzo.transsys.com>
next in thread | raw e-mail | index | archive | help
>Number: 15358
>Category: kern
>Synopsis: make depend fails due to missing opt_svr4.h file
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 8 08:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Louis Mamakos
>Release: FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:
relative recent -curret.
>Description:
make depend in /sys/modules/svr4 fails. Breaks make world
>How-To-Repeat:
cd /sys/modules/svr4
make clean
make depend
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/local/FreeBSD/cvs/src/sys/modules/svr4/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 1999/12/08 10:50:58 1.7
+++ Makefile 1999/12/08 16:36:18
@@ -6,7 +6,7 @@
vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c svr4_misc.c \
svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c svr4_termios.c \
svr4_stream.c svr4_socket.c svr4_sockio.c svr4_machdep.c \
- svr4_resource.c svr4_ipc.c
+ svr4_resource.c svr4_ipc.c opt_svr4.h
OBJS= svr4_locore.o
NOMAN=1
MAN8= svr4.8
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912081641.LAA16874>
