PERFORCE change 107591 for review
John Birrell
jb at FreeBSD.org
Mon Oct 9 19:17:12 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107591
Change 107591 by jb at jb_freebsd8 on 2006/10/10 02:16:37
Re-do the change to add ctfconvert support to the generated makefile.
Affected files ...
.. //depot/projects/dtrace/src/usr.sbin/config/mkmakefile.c#8 edit
Differences ...
==== //depot/projects/dtrace/src/usr.sbin/config/mkmakefile.c#8 (text+ko) ====
@@ -739,7 +739,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}; ${NORMAL_CTFCONVERT}", ftype,
toupper(och),
ftp->f_flags & NOWERROR ? "_NOWERROR" : "");
compilewith = cmd;
More information about the p4-projects
mailing list