From b7ff06b904f8983d49d4a37c1e86a342e55790f6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 22:01:04 +1100 Subject: build: tidy up the wafsamba rules a bit use python string conventions for function comments --- buildtools/wafsamba/samba_patterns.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'buildtools/wafsamba/samba_patterns.py') diff --git a/buildtools/wafsamba/samba_patterns.py b/buildtools/wafsamba/samba_patterns.py index ccd82159a9..cce19d3aee 100644 --- a/buildtools/wafsamba/samba_patterns.py +++ b/buildtools/wafsamba/samba_patterns.py @@ -13,7 +13,5 @@ def SAMBA_MKVERSION(bld, target): shell=True, on_results=True, before="cc") - # force this rule to be constructed now - t.post() Build.BuildContext.SAMBA_MKVERSION = SAMBA_MKVERSION -- cgit