From owner-cvs-all Fri Apr 7 16:19:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AFEA37B691; Fri, 7 Apr 2000 16:19:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA07731; Fri, 7 Apr 2000 16:19:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200004072319.QAA07731@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 7 Apr 2000 16:19:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/procmap Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/04/07 16:19:12 PDT Modified files: sysutils/procmap Makefile Log: Fix build problem (read-only ${PORTSDIR}) by adding MAKE_ENV=MAKEOBJDIRPREFIX=${WRKDIR} and a pre-build target to do a "make obj". That obsoletes the pre-clean target since the generated files all go into ${WRKDIR} and there's nothing to clean on the source directory. Also, fix several minor bogons. NO_CHECKSUM is a user variable, and never should be set in a port Makefile. NO_WRKSUBDIR is not necessary because WRKSRC is set explicitly. I don't know what the empty do-fetch is doing there. Revision Changes Path 1.2 +5 -9 ports/sysutils/procmap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message