summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-06-09 06:33:26 +0000
committerjb <jb@FreeBSD.org>2008-06-09 06:33:26 +0000
commit2113c65a2d303223df8c593ee8523076e3e99ed8 (patch)
treeacffe31ca6dc55b8c6febcb0fd2019aff895c640 /usr.sbin
parentf57bd1d35146e3636a11c229a334dc7db5f1383f (diff)
downloadFreeBSD-src-2113c65a2d303223df8c593ee8523076e3e99ed8.zip
FreeBSD-src-2113c65a2d303223df8c593ee8523076e3e99ed8.tar.gz
Change the CTF conversion makefile code to use a new line to avoid
spawning another shell. Requested by: Ed Schouten M config/mkmakefile.c
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/mkmakefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index 21e7202..7976fcf 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -735,7 +735,7 @@ do_rules(FILE *f)
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;
OpenPOWER on IntegriCloud