From owner-freebsd-current Fri Feb 16 04:31:16 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA02644 for current-outgoing; Fri, 16 Feb 1996 04:31:16 -0800 (PST) Received: from hoopoe.psc.edu ([128.182.61.57]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA02638 for ; Fri, 16 Feb 1996 04:31:12 -0800 (PST) Received: from localhost (peterb@localhost) by hoopoe.psc.edu (8.6.12/8.6.11) with SMTP id HAA15171 for ; Fri, 16 Feb 1996 07:30:41 -0500 Message-Id: <199602161230.HAA15171@hoopoe.psc.edu> X-Authentication-Warning: hoopoe.psc.edu: Host localhost didn't use HELO protocol To: freebsd-current@freebsd.org X-Mentos: The Freshmaker! Subject: make breaks in current, or am I doing something wrong? Reply-To: peterb@psc.edu Date: Fri, 16 Feb 1996 07:30:41 -0500 From: Peter Berger Sender: owner-current@freebsd.org Precedence: bulk This is after supping -current onto a 2.1-release system. Am I screwing up, or has someone commiteted a bogus change? peterb# cd ../conf peterb# config GENERIC Unknown % construct in generic makefile: %SFILES cd ../../Kernel build directory is ../../compile/GENERIC peterb# cd ../../compile/GENERIC peterb# make depend cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-exter ns -Wstrict-prototypes -Wmissing-prototypes -Winline -nostdinc -I. -I../.. -I. ./../sys -I../../../include -DGENERIC -DI686_CPU -DI586_CPU -DI486_CPU -DI386_CP U -DATAPI -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY="15" -DCOMPAT_43 -DPROCFS -DC D9660 -DMSDOSFS -DNFS -DFFS -DINET -DMATH_EMULATE -DKERNEL -DTIMEZONE=0 -DDST=0 -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c ../../i386/i386/genassym.c:40: opt_sysvipc.h: No such file or directory *** Error code 1 Stop.