9fans archive / 2004 / 05 / 653 prev nextFrom: Russ Cox <russcox@gma...> Subject: kernel mk Date: Sat, 29 May 2004 18:29:20 -0500 > or just: > > mk > > with some default variable in the mkfile? you can, as long as the default is the one you want to compile. as to why you have to say mk 'CONF=pcf' instead of mk 9pcf when the default isn't right, i think i tried to remove this once and the metarules you'd have to write end up applying to too much. russ