[PATCH] add env = output printing
Michael Neuling
mikey at neuling.org
Wed Feb 15 17:24:41 EST 2006
We seem to be missing this.
Mikey
--
ccontrol.c | 1 +
1 files changed, 1 insertion(+)
# HG changeset patch
# User mikey at localhost.localdomain
# Node ID e88bc6ece450e22a82edc605ed3f86a5bb9f7a21
# Parent a150cf7388e6cd7ad9da85e344faa5e9c727c2dc
Added env to output printing
diff -r a150cf7388e6 -r e88bc6ece450 ccontrol.c
--- a/ccontrol.c Mon Feb 6 05:55:46 2006
+++ b/ccontrol.c Wed Feb 15 06:22:05 2006
@@ -225,6 +225,7 @@
write_item("distc++-hosts = ",sec.distcplusplus_hosts);
}
print_add("add make = ", sec.make_add);
+ print_add("add env = ", sec.env_add);
if (sec.no_parallel && streq(sec.no_parallel, ""))
write_item("no-parallel", "");
else
More information about the ccontrol
mailing list