From owner-freebsd-stable Thu Oct 21 10:30:49 1999 Delivered-To: freebsd-stable@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 2038014F98 for ; Thu, 21 Oct 1999 10:30:45 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.3) with ESMTP id WAA98011 for ; Thu, 21 Oct 1999 22:28:02 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Thu, 21 Oct 1999 22:28:01 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: FreeBSD-stable Subject: Refuse sys/modules then make world dies Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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