Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 1998 01:19:57 -0600
From:      Warner Losh <imp@village.org>
To:        John Birrell <jb@cimlogic.com.au>
Cc:        current@FreeBSD.ORG
Subject:   Re: Does building current on 2.2.x still work? 
Message-ID:  <199807230719.BAA08221@harmony.village.org>
In-Reply-To: Your message of "Thu, 23 Jul 1998 17:09:45 %2B1000." <199807230709.RAA01996@cimlogic.com.au> 
References:  <199807230709.RAA01996@cimlogic.com.au>  

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807230719.BAA08221>