From owner-freebsd-current Thu Oct 10 13:56:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 622A637B404 for ; Thu, 10 Oct 2002 13:56:12 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-165-226-88.dsl.lsan03.pacbell.net [64.165.226.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B0743EAF for ; Thu, 10 Oct 2002 13:56:05 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 794D766C7B; Thu, 10 Oct 2002 13:56:04 -0700 (PDT) Date: Thu, 10 Oct 2002 13:56:04 -0700 From: Kris Kennaway To: Daniel Flickinger Cc: Kris Kennaway , FreeBSD-CURRENT Subject: Re: 3+ days: syntax error in makedevs.c (sysinstall) Message-ID: <20021010205604.GA28045@xor.obsecurity.org> References: <20021009030149.Juib29905@hun.org> <20021010201920.zsql51239@hun.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20021010201920.zsql51239@hun.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 10, 2002 at 08:19:20PM +0000, Daniel Flickinger wrote: > make $TFLG $TDEF installincludes >${CDATE}.installincludes.${RDATE} 2= >&1 &&\ > make $TFLG $TDEF $TOUT buildworld >${CDATE}.buildworld.${RDATE} 2>&= 1 & >=20 > which "should" take care of that ... Note that I also > update all includes. The 'installincludes' thing appears to be unnecessary and can possibly cause problems. > going for it manually: >=20 > cd usr.sbin/sysinstall > make clean > make depend > make all This isn't enough..you have to 'make cleandir' (not 'make clean') twice to remove all cruft from the obj and build dir (the first time removes the obj dir completely, the second time picks up any remaining cruft in the build directory itself. Stale generated files in your build directory can certainly cause buildworld failures. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9peljWry0BWjoQKURAmMYAKC20vVSlG43QXhui5vwF//z+ko1/wCfX5oc mUfpA3Lfqk+NeBvSuXtio/E= =qFpi -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message