summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/mk/meta2deps.py
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2016-05-20 17:35:39 +0000
committersjg <sjg@FreeBSD.org>2016-05-20 17:35:39 +0000
commit38da92cdf3d2e4e79de23a2cac45469eb3a03ec1 (patch)
tree94aee17178c240d7a9439c9058567346acd5f2a5 /contrib/bmake/mk/meta2deps.py
parente1afa8a66332bcb42ea042ec5dfb59de5b33ee08 (diff)
downloadFreeBSD-src-38da92cdf3d2e4e79de23a2cac45469eb3a03ec1.zip
FreeBSD-src-38da92cdf3d2e4e79de23a2cac45469eb3a03ec1.tar.gz
Merge bmake-20160512
Diffstat (limited to 'contrib/bmake/mk/meta2deps.py')
-rwxr-xr-xcontrib/bmake/mk/meta2deps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bmake/mk/meta2deps.py b/contrib/bmake/mk/meta2deps.py
index ed183f0..6361493 100755
--- a/contrib/bmake/mk/meta2deps.py
+++ b/contrib/bmake/mk/meta2deps.py
@@ -37,7 +37,7 @@ We only pay attention to a subset of the information in the
"""
RCSid:
- $Id: meta2deps.py,v 1.18 2015/04/03 18:23:25 sjg Exp $
+ $Id: meta2deps.py,v 1.19 2016/04/02 20:45:40 sjg Exp $
Copyright (c) 2011-2013, Juniper Networks, Inc.
All rights reserved.
@@ -482,7 +482,7 @@ class MetaFile:
for p in self.excludes:
if p and path.startswith(p):
if self.debug > 2:
- print >> self.debug_out, "exclude:", p, path
+ print("exclude:", p, path, file=self.debug_out)
return
# we don't want to resolve the last component if it is
# a symlink
OpenPOWER on IntegriCloud