From owner-freebsd-stable Sat Dec 27 15:02:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA26015 for stable-outgoing; Sat, 27 Dec 1997 15:02:06 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA26000; Sat, 27 Dec 1997 15:02:01 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id JAA30167; Sun, 28 Dec 1997 09:57:13 +1100 Date: Sun, 28 Dec 1997 09:57:13 +1100 From: Bruce Evans Message-Id: <199712272257.JAA30167@godzilla.zeta.org.au> To: asami@cs.berkeley.edu, sprice@hiwaay.net Subject: Re: waxing hard reference #include in 2.2-STABLE Cc: freebsd-hackers@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >===> lib/libc >make: don't know how to make memcpy.S. Stop >*** Error code 2 >=== > >I tried it without -j2 but the result was still the same. > >I'm not sure if it is interfering with other patches on my system >(most notably the PMAKESUBDIR patch) but the same source tree builds >fine without your patch. I can make the system with both patches fail >by just typing "make depend" in src/lib/libc so I think something is >amyss here. memcpy.S is for an unrelated cleanup and doesn't exist in 2.2. Including in bcopy.S is part of the same cleanup. Bruce