From owner-cvs-all Tue Feb 24 18:48:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10277 for cvs-all-outgoing; Tue, 24 Feb 1998 18:48:49 -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 SAA10272; Tue, 24 Feb 1998 18:48:48 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA00953; Tue, 24 Feb 1998 18:48:29 -0800 (PST) Date: Tue, 24 Feb 1998 18:48:29 -0800 (PST) Message-Id: <199802250248.SAA00953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.obj.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/02/24 18:48:29 PST Modified files: share/mk bsd.obj.mk Log: Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk can use the default without losing any (currently unused) features. (CLEANDIRS is only used by for libgmp and libmp via bsd.lib.mk, and only documented everywhere it is supported except of course where it is actually used.) Revision Changes Path 1.22 +8 -3 src/share/mk/bsd.obj.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message