Date: Mon, 9 Jun 2008 02:43:00 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 143143 for review Message-ID: <200806090243.m592h0kV047831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143143 Change 143143 by jb@freebsd3 on 2008/06/09 02:42:35 Add CTF conversion to the kernel makefile. Affected files ... .. //depot/projects/dtrace6/src/usr.sbin/config/mkmakefile.c#2 edit Differences ... ==== //depot/projects/dtrace6/src/usr.sbin/config/mkmakefile.c#2 (text+ko) ==== @@ -734,7 +734,7 @@ printf("config: don't know rules for %s\n", np); break; } - snprintf(cmd, sizeof(cmd), "${%s_%c%s}", ftype, + snprintf(cmd, sizeof(cmd), "${%s_%c%s}\r\n\t${NORMAL_CTFCONVERT}", ftype, toupper(och), ftp->f_flags & NOWERROR ? "_NOWERROR" : ""); compilewith = cmd;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806090243.m592h0kV047831>