From owner-cvs-all Wed Feb 20 11: 2:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 40CB937B402; Wed, 20 Feb 2002 11:01:59 -0800 (PST) Received: by mao.stokely.org (Postfix, from userid 2074) id 3BF8D4B65D; Wed, 20 Feb 2002 11:01:58 -0800 (PST) Date: Wed, 20 Feb 2002 11:01:58 -0800 From: Murray Stokely To: Bernd Walter Cc: Murray Stokely , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dhclient Makefile Makefile.inc src/sbin/dhclient/client Makefile src/sbin/dhclient/common Makefile src/sbin/dhclient/dst Makefile src/sbin/dhclient/minires Makefile src/sbin/dhclient/omapip Makefile Message-ID: <20020220190158.GK10706@freebsdmall.com> References: <200202191257.g1JCvJk59501@freefall.freebsd.org> <20020220163953.GI51784@cicely8.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220163953.GI51784@cicely8.cicely.de> User-Agent: Mutt/1.3.25i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Feb 20, 2002 at 05:39:53PM +0100, Bernd Walter wrote: > The new Makefile layout breaks crunchgen configs: > crunchgen: /var/d10/FreeBSD-Install/install-root/boot/boot_crunch.conf: dhclient: warning: could not find any .o files > I use a self created, but release/i386/boot_crunch.conf doesn't > seem to handle this too. I'm not sure why crunchgen has such a problem looking for .o files in subdirectories. I'll have a hack to fix this by this evening, but if anyone can clue me in a little about the best way to tell crunchgen about this I'm all ears. For an interim solution, we should be able to point boot_crunch.conf at the dhclient/client directory, and then add a specific OBJS+= line wrapped in ifdef RELEASE_CRUNCH to include the object files from the other subdirectories (../common, etc..). Ugly, but I can't get it to work otherwise. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message