PERFORCE change 143143 for review

John Birrell jb at FreeBSD.org
Mon Jun 9 02:43:01 UTC 2008


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

Change 143143 by jb at 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;


More information about the p4-projects mailing list