From owner-freebsd-current Thu Sep 30 3:26:45 1999 Delivered-To: freebsd-current@freebsd.org Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.150]) by hub.freebsd.org (Postfix) with ESMTP id BBBDF14F57 for ; Thu, 30 Sep 1999 03:26:32 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.9.3/3.7W/INO-1.0v8-SLAVE) with ESMTP id TAA11286 for ; Thu, 30 Sep 1999 19:26:26 +0900 (JST) In-Reply-To: <37F30A88.2DF1D7C9@scc.nl> References: <19990929231253.B26394@foobar.franken.de> <37F30A88.2DF1D7C9@scc.nl> X-Face: '*aj"d@ijeQ:/X}]oM5c5Uz{ZZZk90WPt>a^y4$cGQp8:!H\W=hSM;PuNiidkc]/%,;6VGu e+`&APmz|P;F~OL/QK%;P2vU>\j4X.8@i%j6[%DTs_3J,Fff0)*oHg$A.cDm&jc#pD24WK@{,"Ef!0 P\):.2}8jo-BiZ?X&t$V X-User-Agent: Mew/1.94 XEmacs/21.2 (Toshima) X-SKK-Version: 10.52 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) X-Fingerprint: 0C AC 93 FC E3 9D 9E 5B 3D B8 AC 5C 4A 79 D8 A6 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 990905(IM130) Lines: 20 From: Makoto MATSUSHITA To: current@FreeBSD.ORG Subject: 'make release' -current in a -stable environment (Re: HEADS UP: sigset_t changes committed) Date: Thu, 30 Sep 1999 19:26:24 +0900 Message-Id: <19990930192624X.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't know how many people is thinking about release procedure, but please give me some notes... with this change, we cannot do 'make release' -current in a -stable environment (and vice versa, maybe). Reason: In a 'make release', all building procedures are done in a chroot-ed environment (great!). However, 'make release' does 'make installworld' (in a chroot-ed environment) before building the distribution; so there is a potential problem that tools used in building procedure does not work on the running kernel (chroot-ed environment does not load yet another kernel :-). I don't know how to build the contents of current.freebsd.org, but maybe it requires two individual machines to build both -current/-stable release... -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message