summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/targ.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-10 08:14:26 +0000
committerharti <harti@FreeBSD.org>2005-05-10 08:14:26 +0000
commitede5ad1020057388f7939e175e2171e1c06ecae5 (patch)
tree22b94baeee58914568b894143d8c92b1005f87a0 /usr.bin/make/targ.c
parent35798a61f5bc26fc5367c82049406055d1e71604 (diff)
downloadFreeBSD-src-ede5ad1020057388f7939e175e2171e1c06ecae5.zip
FreeBSD-src-ede5ad1020057388f7939e175e2171e1c06ecae5.tar.gz
Move some debugging code from targ.c to var.c where it actually belongs.
Patch: 7.192 Submitted by: Max Okumoto <okumoto@ucsd.edu>
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 bbe666f..c738d18 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");
OpenPOWER on IntegriCloud