From owner-cvs-lib Mon Mar 6 21:39:35 1995 Return-Path: cvs-lib-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA06254 for cvs-lib-outgoing; Mon, 6 Mar 1995 21:39:35 -0800 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA06248; Mon, 6 Mar 1995 21:39:27 -0800 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id WAA28417; Mon, 6 Mar 1995 22:43:10 -0700 Date: Mon, 6 Mar 1995 22:43:10 -0700 Message-Id: <199503070543.WAA28417@trout.sri.MT.net> To: Bruce Evans Cc: CVS-commiters@freefall.cdrom.com, cvs-lib@freefall.cdrom.com Subject: Re: cvs commit: src/lib/libc/string Makefile.inc In-Reply-To: <199503070419.UAA04462@freefall.cdrom.com> References: <199503070419.UAA04462@freefall.cdrom.com> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: cvs-lib-owner@FreeBSD.org Precedence: bulk Bruce Evans writes: > bde 95/03/06 20:19:12 > > Modified: lib/libc/string Makefile.inc > Log: > Don't build swab.o here. It gets built in libc/i386/string. Previously > the copy built from here was overwritten by the other copy and the other > copy was put in library-building command lines twice. ld now objects to > duplicated modules. Thanks Bruce!