Date: Thu, 14 Sep 2000 16:53:54 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: Warner Losh <imp@village.org> Cc: current@FreeBSD.ORG Subject: Re: SMPNG kernel on UP Message-ID: <200009142053.QAA15413@khavrinen.lcs.mit.edu> In-Reply-To: <200009142042.QAA15287@khavrinen.lcs.mit.edu> References: <200009141941.MAA86101@pike.osd.bsdi.com> <200009141946.NAA98535@harmony.village.org> <200009142042.QAA15287@khavrinen.lcs.mit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Thu, 14 Sep 2000 16:42:00 -0400 (EDT), I wrote: > It would only take a small amount of Makefile magic to fix > this... something like: > perl -ne 'split(/:/); print ("#define\tUID_", uc($_[0]), "\t", \ > $_[2], "\n");' ${PASSWD} >${.TARGET} Oh, I forgot to point out -- this would be easy to do in AWK as well. (Probably easier, actually, but I don't know AWK well enough to actually implement it.) -GAWollman 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?200009142053.QAA15413>