Date: Wed, 14 Feb 2001 14:25:22 -0800 From: Jordan Hubbard <jkh@winston.osd.bsdi.com> To: Erwan Arzur <erwan@netvalue.com> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Creating a 4.2-STABLE iso Message-ID: <88749.982189522@winston.osd.bsdi.com> In-Reply-To: Message from Erwan Arzur <erwan@netvalue.com> of "Wed, 14 Feb 2001 18:13:30 %2B0800." <3A8A5A4A.AE7EAD64@netvalue.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?88749.982189522>