From owner-cvs-all Fri Apr 9 14: 8:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C36E15BE8; Fri, 9 Apr 1999 13:49:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA21092; Fri, 9 Apr 1999 11:46:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199904091846.LAA21092@freefall.freebsd.org> From: Bruce Evans Date: Fri, 9 Apr 1999 11:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/04/09 11:46:48 PDT Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Fixed world breakage. Fixed (?) building with -jN (N > 1). The previous commit made things worse by breaking the -j0 case and moving around the breakage for the -jN case. The fix involves restoring .ORDER statements that were deleted in the previous commit, removing wrong special handling of tree-check.h, and rewriting the generation of fudged dependencies based on an idea I got from the previous commit (filter out problematic objects first). Revision Changes Path 1.25 +21 -24 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message