Date: Mon, 25 Feb 2002 13:27:29 +0900 From: Makoto Matsushita <matusita@jp.FreeBSD.org> To: current@FreeBSD.org Subject: FreeBSD/i386 "make release" breakage Message-ID: <20020225132729N.matusita@jp.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Current 5-current fails 'make release' when processing release.4 target (making a crunch binary). Here's sample session: ===> doc rm -f cpio.info cpio.info.gz rm -f .depend /usr/obj/usr/src/gnu/usr.bin/cpio/GPATH /usr/obj/usr/src/gnu/usr.bin/cpio/GRTAGS /usr/obj/usr/src/gnu/usr.bin/cpio/GSYMS /usr/obj/usr/src/gnu/usr.bin/cpio/GTAGS ===> doc make: don't know how to make dhclient_clean. Stop src/sbin/dhclient/Makefile doesn't know 'dhclient_clean' target. % cd /usr/src/sbin/dhclient % make -n dhclient_clean make: don't know how to make dhclient_clean. Stop It seems that crunchgen misunderstands src/sbin/dhclient/Makefile, and fails to generate a Makefile for crunch binary. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020225132729N.matusita>