[libclc] 99/291: Clean-up dependency files

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 4c18120c1a9bf9139df1c946ca02272ea699304d
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Oct 23 02:49:33 2013 +0000

    Clean-up dependency files
    
    Patch by: Jeroen Ketema
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@193221 91177308-0d34-0410-b5e6-96231b3b80d8
---
 build/metabuild.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build/metabuild.py b/build/metabuild.py
index c675e09..4ab5db5 100644
--- a/build/metabuild.py
+++ b/build/metabuild.py
@@ -61,8 +61,13 @@ endif
     self.all_targets.append(output)
     if r['generator']:
       self.distclean_files.append(output)
+      if r['depfile']:
+        self.distclean_files.append(depfile)
     else:
       self.clean_files.append(output)
+      if r['depfile']:
+        self.distclean_files.append(depfile)
+
 
   def _as_list(self, input):
     if isinstance(input, list):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list