Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 08:35:31 +0200 (CEST)
From:      Thorsten.Greiner@consol.de
To:        freebsd-stable@freebsd.org
Subject:   bsd.init.mk ?
Message-ID:  <1026974131.3d3661b3c9a1c@intranet.consol.de>

next in thread | raw e-mail | index | archive | help
Hello, 
 
after cvsuping (just about now from cvsup3.de.freebsd.org) I'm having problems during 
"make depend": 
 
rm -f .newdep 
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs  mkdep -a -f .newdep -O -pipe 
-march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
-nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter  -D_KERNEL -include 
opt_global.h -elf  -mpreferred-stack-boundary=2 
make -V SFILES -V SYSTEM_SFILES | xargs  env MKDEP_CPP="cc -E" mkdep -a -f .newdep -x 
assembler-with-cpp -DLOCORE -O -pipe -march=pentiumpro -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include 
-I../../contrib/ipfilter  -D_KERNEL -include opt_global.h -elf  
-mpreferred-stack-boundary=2 
rm -f .depend 
mv -f .newdep .depend 
cd ../../modules ; env MAKEOBJDIRPREFIX=/usr/src/sys/compile/TYBALT/modules 
MODULES_OVERRIDE="linux sound/snd sound/pcm sound/driver/ich linprocfs smbfs libiconv 
libmchain ipfw vn union cd9660 msdos" MACHINE=i386 make obj ;  env 
MAKEOBJDIRPREFIX=/usr/src/sys/compile/TYBALT/modules MODULES_OVERRIDE="linux sound/snd 
sound/pcm sound/driver/ich linprocfs smbfs libiconv libmchain ipfw vn union cd9660 msdos" 
MACHINE=i386 make depend 
===> linux 
"/usr/src/sys/modules/linux/../../conf/kmod.mk", line 63: Could not find bsd.init.mk 
"/usr/src/sys/modules/linux/../../conf/kmod.mk", line 190: Could not find bsd.links.mk 
make: fatal errors encountered -- cannot continue 
*** Error code 1 
 
Stop in /usr/src/sys/modules. 
*** Error code 1 
 
Stop in /usr/src/sys/compile/TYBALT. 
 
 
The complaint is valid, there is no "bsd.init.mk" or "bsd.links.mk" in /usr/share/mk. 
 
I have seen no "heads up" or something like that. I have removed the compile directory 
and rerun "config" to no avail. 
 
Any hints? 
 
Regards 
 
	-Thorsten 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1026974131.3d3661b3c9a1c>