From owner-cvs-all Sun Nov 8 02:29:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21621 for cvs-all-outgoing; Sun, 8 Nov 1998 02:29:52 -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 CAA21616; Sun, 8 Nov 1998 02:29:51 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA21499; Sun, 8 Nov 1998 02:29:54 -0800 (PST) Date: Sun, 8 Nov 1998 02:29:54 -0800 (PST) Message-Id: <199811081029.CAA21499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk bsd.port.subdir.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/11/08 02:29:54 PST Modified files: share/mk bsd.port.mk bsd.port.subdir.mk Log: (1) New variable MAKE_ARGS: will be appended to build/install make argument list. The old MAKE_FLAGS was a little hard to use since it had a weird default ("-f"). Suggested by: Shigeyuki FUKUSHIMA (2) Add new targets clean-restricted and clean-for-cdrom, which will delete RESTRICTED and NO_CDROM packages and distfiles from the top. Reviewed by: jkh (3) Add depends to list of things to recurse on. It will help people who are trying to fetch some ports plus their dependencies. Requested by: Chris Dillon Revision Changes Path 1.295 +31 -9 src/share/mk/bsd.port.mk 1.26 +5 -3 src/share/mk/bsd.port.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message