PERFORCE change 143183 for review
John Birrell
jb at FreeBSD.org
Mon Jun 9 06:45:14 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=143183
Change 143183 by jb at 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;
More information about the p4-projects
mailing list