Date: Thu, 23 Jul 1998 17:09:45 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: imp@village.org (Warner Losh) Cc: jb@cimlogic.com.au, current@FreeBSD.ORG Subject: Re: Does building current on 2.2.x still work? Message-ID: <199807230709.RAA01996@cimlogic.com.au> In-Reply-To: <199807230703.BAA08029@harmony.village.org> from Warner Losh at "Jul 23, 98 01:03:23 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote: > Another option, learned from the ports system, would be to have > (presented here in simplified form): > > world: > make real-world > buildworld: > make real-buildworld > installworld: > make real-installworld Try: world buildworld installworld: make -m ${.CURDIR}/share/mk -f Makefile.inc0 ${.TARGET} (e&oe) and move the guts of src/Makefile to src/Makefile.inc0 I bet there are a lot of combinations of things that people tack onto the end of the make command though. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807230709.RAA01996>