Date: Fri, 9 Apr 1999 11:46:48 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Message-ID: <199904091846.LAA21092@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904091846.LAA21092>