9fans archive / 2004 / 05 / 653    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: 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