From owner-cvs-all Fri Nov 19 16:32: 9 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 C006F1519B; Fri, 19 Nov 1999 16:32:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA11284; Fri, 19 Nov 1999 16:32:06 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199911200032.QAA11284@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 19 Nov 1999 16:32:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_drv Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/11/19 16:32:06 PST Modified files: gnu/usr.bin/cc/cc_drv Makefile Log: mkstemps() has been brought into 3-STABLE, so this isn't needed here anymore as building -CURRENT sources on 3-STABLE was the reason for the previous revision adding this. Note that since the GCC Project moved mkstemp.c from GCC's world to libiberty, we no longer support building -CURRENT sources on non-FreeBSD boxes unless that box has a very simular libc mix as FreeBSD. Revision Changes Path 1.7 +1 -4 src/gnu/usr.bin/cc/cc_drv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message