From owner-freebsd-hackers Sat Oct 11 23:13:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01022 for hackers-outgoing; Sat, 11 Oct 1997 23:13:22 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from zippy.dyn.ml.org (korea-165.ppp.hooked.net [206.169.225.165]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA01013 for ; Sat, 11 Oct 1997 23:13:18 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.7/8.8.7) with SMTP id XAA01336 for ; Sat, 11 Oct 1997 23:13:52 -0700 (PDT) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Sat, 11 Oct 1997 23:13:52 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: hackers@freebsd.org Subject: make world bombs out?! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After following the threads on parallel buildworlds I decided to try it for myself. So I rm -rf'd /usr/obj (after chflags -R noschg /usr/obj), tweaked /etc/make.conf (uncommented the CFLAGS line, as -pipe looked like a good idea), and ran make -j2 world in /usr/src. Strangely enough it decided that it couldn't make /usr/obj/usr/src/usr.bin/make. After a few make cleans, and buildworlds, I found that leaving out the -j2 seems to allow it to build. What's the story here? Is there something else I'm missing? - alex