Date: Thu, 21 Oct 1999 22:28:01 +0000 (GMT) From: "Jason C. Wells" <jcwells@u.washington.edu> To: FreeBSD-stable <freebsd-stable@freebsd.org> Subject: Refuse sys/modules then make world dies Message-ID: <Pine.BSF.4.10.9910212204430.97913-100000@s8-37-26.student.washington.edu>
next in thread | raw e-mail | index | archive | help
I just learned about refuse files and thought I would try them out to save my little P100 some compile time. Yes, I am tinkering and that might be bad but the results don't make sense to me. If someone can confirm that my observations are expected behavior I will go away quietly. It seems to me that the make world shouldn't rely on anything from sys/modules. Am I out to lunch? On my box... s8-37-26 /usr/src/sys/modules # ls -la total 2 drwxr-xr-x 2 root wheel 512 Oct 21 11:17 . drwxr-xr-x 38 root wheel 1024 Oct 21 11:17 .. So I have no Makefiles or sources for modules. Make world dies with... cc -static -O -pipe -Wall -I/usr/src/lib/libmytinfo -I/usr/obj/usr/src/tmp/usr/i nclude -o mkversion /usr/src/lib/libmytinfo/mkversion.c^M cd /usr/src/sys/modules/linux; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -D_BUILD_TOOLS build-tools cd: can't cd to /usr/src/sys/modules/linux *** Error code 2 Stop. But there should be no Makefile telling the build to go into sys/modules/linux. Obviously there is something somewhere. Thank You, | http://students.washington.edu/jcwells Jason Wells | "Those who would trade freedom for security deserve neither | freedom nor security." - Benjamin Franklin 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?Pine.BSF.4.10.9910212204430.97913-100000>