From owner-freebsd-current Thu Jul 23 00:17:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25956 for freebsd-current-outgoing; Thu, 23 Jul 1998 00:17:41 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA25946 for ; Thu, 23 Jul 1998 00:17:37 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yzFcp-00062P-00; Thu, 23 Jul 1998 01:17:15 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id BAA08221; Thu, 23 Jul 1998 01:19:57 -0600 (MDT) Message-Id: <199807230719.BAA08221@harmony.village.org> To: John Birrell Subject: Re: Does building current on 2.2.x still work? Cc: current@FreeBSD.ORG In-reply-to: Your message of "Thu, 23 Jul 1998 17:09:45 +1000." <199807230709.RAA01996@cimlogic.com.au> References: <199807230709.RAA01996@cimlogic.com.au> Date: Thu, 23 Jul 1998 01:19:57 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199807230709.RAA01996@cimlogic.com.au> John Birrell writes: : 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. What would be needed that isn't covered in ${MAKE} and ${.MAKEFLAGS}? The value of BAZ in make foo BAZ=blah gets passed down to sub-makes, and .MAKEFLAGS takes care of the rest. What would be missing? *: cd ${.CURDIR}; ${MAKE} -m ${.CURDIR}/share/mk -f Makefile.inc0 ${.TARGET} (well, where * gets expanded by humans to all the desirable targets in the current src/Makefile). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message