Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 07:43:50 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134455 for review
Message-ID:  <200801300743.m0U7hoai096947@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134455

Change 134455 by jb@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801300743.m0U7hoai096947>