Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2008 06:45:13 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 143183 for review
Message-ID:  <200806090645.m596jDXP081783@repoman.freebsd.org>

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

Change 143183 by jb@freebsd3 on 2008/06/09 06:45:05

	IFC

Affected files ...

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

Differences ...

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

@@ -734,7 +734,7 @@
 				printf("config: don't know rules for %s\n", np);
 				break;
 			}
-			snprintf(cmd, sizeof(cmd), "${%s_%c%s}\r\n\t${NORMAL_CTFCONVERT}", ftype,
+			snprintf(cmd, sizeof(cmd), "${%s_%c%s}\n\t${NORMAL_CTFCONVERT}", ftype,
 			    toupper(och),
 			    ftp->f_flags & NOWERROR ? "_NOWERROR" : "");
 			compilewith = cmd;

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

@@ -735,7 +735,7 @@
 				printf("config: don't know rules for %s\n", np);
 				break;
 			}
-			snprintf(cmd, sizeof(cmd), "${%s_%c%s}; ${NORMAL_CTFCONVERT}", ftype,
+			snprintf(cmd, sizeof(cmd), "${%s_%c%s}\n\t${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?200806090645.m596jDXP081783>