Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2006 02:17:10 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107591 for review
Message-ID:  <200610100217.k9A2HA5H056193@repoman.freebsd.org>

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

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



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