From owner-cvs-all Sun Mar 8 22:23:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12968 for cvs-all-outgoing; Sun, 8 Mar 1998 22:23:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12962; Sun, 8 Mar 1998 22:23:41 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA06277; Sun, 8 Mar 1998 22:21:43 -0800 (PST) Date: Sun, 8 Mar 1998 22:21:43 -0800 (PST) Message-Id: <199803090621.WAA06277@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/03/08 22:21:42 PST Modified files: lib/libc Makefile.inc Log: Define empty variables in case no names are added to them. This avoids substitution errors for variables that don't exist. If a machine architecture dependent makefile exists, include it to discover if libc or libc_r is being built with NetBSD syscalls instead of FreeBSD ones. Put a NO_QUAD thingy around the quad makefile so that 64-bit architectures can ignore that sh*t. In the test for MDSRCS being empty, add all MISRCS to SRCS, rather than just ignoring them. Revision Changes Path 1.4 +23 -2 src/lib/libc/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message