Date: Wed, 23 Jul 2003 16:44:15 -0700 From: Gordon Tetlow <gordont@gnf.org> To: Garance A Drosihn <drosih@rpi.edu> Cc: kientzle@acm.org Subject: Re: Buildworld /rescue failures in 5.1 Message-ID: <20030723234415.GE12996@roark.gnf.org> In-Reply-To: <p05210688bb44c9d17c89@[128.113.24.47]> References: <20030716181354.GA44980@dan.emsphone.com> <20030717074756.B17029@gamplex.bde.org> <20030717123524.T24327@schnell.net> <20030718154832.K21942@gamplex.bde.org> <20030718095946.H29869@schnell.net> <3F183EF9.7020506@acm.org> <20030721084750.GH12996@roark.gnf.org> <3F1C1695.30409@acm.org> <p05210687bb44ba2cd1d7@[128.113.24.47]> <p05210688bb44c9d17c89@[128.113.24.47]>
next in thread | previous in thread | raw e-mail | index | archive | help
--bQaHVRvwpJFI6oid Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 23, 2003 at 07:41:18PM -0400, Garance A Drosihn wrote: >=20 > So it is easy to image that this .depend file is crucial to > successfully making addext.o. >=20 > The .depend file is apparently created by > /usr/obj/usr/src/rescue/rescue/rescue.mk >=20 > and that in turn says it is generated from rescue.conf > by crunchgen 0.2. The rescue.mk file includes the rule: >=20 > tar_make: > (cd $(tar_SRCDIR) && \ > $(MAKE) $(BUILDOPTS) $(tar_OPTS) depend &&\ > $(MAKE) $(BUILDOPTS) $(tar_OPTS) $(tar_OBJS)) >=20 > and my guess is that construct is not '-j' safe. >=20 > I have no idea how to fix that, or even if I'm on the right > track, but perhaps the above will be useful to someone who > understands parallel makes more than I do... I don't see how this construct cannot be parallel make safe. The && requires that the third line check the result of the second before continuing. It doesn't make sense. -gordon --bQaHVRvwpJFI6oid Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/Hx3PRu2t9DV9ZfsRAlQ0AJ0eKp022NR7tE8h80Ikf82zERXuEgCgvZZ0 +Kk7X2no/N2MgVE4914ZeXc= =R1yN -----END PGP SIGNATURE----- --bQaHVRvwpJFI6oid--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030723234415.GE12996>