PERFORCE change 134455 for review

John Birrell jb at FreeBSD.org
Tue Jan 29 23:43:51 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134455

Change 134455 by jb at jb_freebsd1 on 2008/01/30 07:43:25

	IFdtrace

Affected files ...

.. //depot/projects/dtrace7/src/usr.sbin/config/mkmakefile.c#2 edit

Differences ...

==== //depot/projects/dtrace7/src/usr.sbin/config/mkmakefile.c#2 (text+ko) ====

@@ -735,7 +735,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