From owner-freebsd-stable Wed Sep 22 20:53:47 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 3125D14CDF for ; Wed, 22 Sep 1999 20:53:43 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id UAA46561; Wed, 22 Sep 1999 20:53:14 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: jack Cc: Christopher Michaels , "FreeBSD Stable (E-mail)" Subject: Re: make release grabbing all ports? In-reply-to: Your message of "Wed, 22 Sep 1999 22:28:50 EDT." Date: Wed, 22 Sep 1999 20:53:14 -0700 Message-ID: <46557.938058794@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > That's exactly what > if [ -d ${DISTFILES}/ ]; then \ > cp -rp ${DISTFILES} ${CHROOTDIR}/usr/ports/distfiles; \ > fi > does. "not very smart", now there's an understatement. :) Well, it's "not very smart" for whomever's making the release to not set that, no, I agree. :) The comments are reasonably explicit elsewhere in release/Makefile: # Set this to wherever the distfiles required by ${DOCPORTS} live. DISTFILES?= ${.CURDIR}/../../ports/distfiles If you let this default to /usr/ports/distfiles, well, that's your choice. > make release has never been advertised as "simple". Exactly, and those using it have to remain familiar with *all* of its little foibles or they'll pay the price. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message