From owner-freebsd-stable Wed Feb 14 14:25:37 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 2741B37B401 for ; Wed, 14 Feb 2001 14:25:34 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.2/8.11.1) with ESMTP id f1EMPMH88753; Wed, 14 Feb 2001 14:25:22 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Erwan Arzur Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Creating a 4.2-STABLE iso In-Reply-To: Message from Erwan Arzur of "Wed, 14 Feb 2001 18:13:30 +0800." <3A8A5A4A.AE7EAD64@netvalue.com> Date: Wed, 14 Feb 2001 14:25:22 -0800 Message-ID: <88749.982189522@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It's not that simple if you want to include your own patches (i did this > for pre-configured boxes mainly). That's what this little snipped of release/Makefile is for: .if defined(LOCAL_PATCHES) && exists(${LOCAL_PATCHES}) cd ${CHROOTDIR}/usr/src && patch ${PATCH_FLAGS} < ${LOCAL_PATCHES} .endif You just pass in the name of your patch file on the command line to make release. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message