aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/targ.c
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-10 08:14:26 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-10 08:14:26 +0000
commit70d7035e1f9ad5959145df43b896897e50fd4547 (patch)
tree22b94baeee58914568b894143d8c92b1005f87a0 /usr.bin/make/targ.c
parent103823e628cdb04649ce6a85637b31452d277244 (diff)
Notes
Diffstat (limited to 'usr.bin/make/targ.c')
-rw-r--r--usr.bin/make/targ.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c
index bbe666fffdaa..c738d1806ee9 100644
--- a/usr.bin/make/targ.c
+++ b/usr.bin/make/targ.c
@@ -480,11 +480,7 @@ Targ_PrintGraph(int pass)
printf("#\t%s [%s]\n", gn->name,
gn->path ? gn->path : gn->name);
}
-
- printf("#*** Global Variables:\n");
- Var_Dump(VAR_GLOBAL);
- printf("#*** Command-line Variables:\n");
- Var_Dump(VAR_CMD);
+ Var_Dump();
printf("\n");
Dir_PrintDirectories();
printf("\n");