From owner-cvs-all Tue Feb 24 17:30:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28227 for cvs-all-outgoing; Tue, 24 Feb 1998 17:30:29 -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 RAA28217; Tue, 24 Feb 1998 17:30:25 -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 RAA00139; Tue, 24 Feb 1998 17:30:06 -0800 (PST) Date: Tue, 24 Feb 1998 17:30:06 -0800 (PST) Message-Id: <199802250130.RAA00139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/librpcsvc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/02/24 17:30:06 PST Modified files: lib/librpcsvc Makefile Log: Don't add non-generated sources to CLEANFILES. There was no problem in practice, even if there is no obj directory, because the sources are not in ${.CURDIR} and the full path to them was not added. Revision Changes Path 1.11 +2 -2 src/lib/librpcsvc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message