From owner-freebsd-questions Wed Dec 29 9:21:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B5601151E6 for ; Wed, 29 Dec 1999 09:21:09 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123MmZ-00066F-00 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 19:21:07 +0200 From: Sheldon Hearn To: freebsd-questions@freebsd.org Subject: make does nothing building kernel Date: Wed, 29 Dec 1999 19:21:07 +0200 Message-ID: <23450.946488067@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I have a 3.3-STABLE (circa 17 Nov 1999) box that I'm upgrading to 3.4-STABLE from freshly supped sources. Using the same kernel config file as before, I do the following: cd /usr/src/sys/i386/conf && \ config -rg MYKERN && \ cd ../../compile/MYKERN && \ make depend && \ make && \ make install This produces the following unexpected error: You must first build your kernel before trying to install. *** Error code 1 The only binary object in the directory is genassym.o. Running the commands manually simply confirms that the ``make'' command is returning immediately with no output and having done (apparently) nothing. I'm sure I've seen this asked and answered here before, but can't find it in the FAQ, nor in the kernel config section of the handbook. TIA Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message