From owner-cvs-gnu Sun May 24 14:57:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19501 for cvs-gnu-outgoing; Sun, 24 May 1998 14:57:41 -0700 (PDT) (envelope-from owner-cvs-gnu) 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 OAA19404; Sun, 24 May 1998 14:57:02 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA27063; Sun, 24 May 1998 14:51:53 -0700 (PDT) Date: Sun, 24 May 1998 14:51:53 -0700 (PDT) Message-Id: <199805242151.OAA27063@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libgmp Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/05/24 14:51:51 PDT Modified files: gnu/lib/libgmp Makefile Log: Don't blow away parts of the sourcetree on a 'make clean'. This was only harmful for building from a read-only filesystem - the parts blown away were old rm'ed directories. Revision Changes Path 1.18 +4 -4 src/gnu/lib/libgmp/Makefile