~ubuntu-branches/debian/jessie/openchange/jessie

« back to all changes in this revision

Viewing changes to debian/patches/01_clean

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-09-09 21:24:21 UTC
  • Revision ID: package-import@ubuntu.com-20140909212421-qbatc6vk3f72f5rp
Tags: 1:2.2-4
Another attempt to clean up more bundled object files. Closes: #759793

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
commit 038248c93094504c277593bc157dca7bff6404c0
2
 
Author: Jelmer Vernooij <jelmer@samba.org>
3
 
Date:   Sun Aug 31 03:32:29 2014 +0200
4
 
 
5
 
    Add missing cleanup for some po files.
6
 
 
7
 
diff --git a/Makefile b/Makefile
8
 
index eb3a951..b0e4b90 100644
9
 
--- a/Makefile
10
 
+++ b/Makefile
11
 
@@ -753,6 +753,9 @@ libmapiproxy-clean:
12
 
        rm -f libmapiproxy.$(SHLIBEXT).$(LIBMAPIPROXY_SO_VERSION)
13
 
        rm -f mapiproxy/libmapiproxy/*.po mapiproxy/libmapiproxy/*.o
14
 
        rm -f mapiproxy/libmapiproxy/*.gcno mapiproxy/libmapiproxy/*.gcda
15
 
+       rm -f mapiproxy/util/*.po mapiproxy/util/*.o
16
 
+       rm -f mapiproxy/modules/*.o mapiproxy/modules/*.po
17
 
+
18
 
        rm -f mapiproxy/libmapiproxy.$(SHLIBEXT).*
19
 
 
20
 
 libmapiproxy-uninstall:
21
 
@@ -966,6 +969,8 @@ mapistore_clean:
22
 
        rm -f mapiproxy/libmapistore/tests/*.o
23
 
        rm -f mapiproxy/libmapistore/tests/*.gcno
24
 
        rm -f mapiproxy/libmapistore/tests/*.gcda
25
 
+       rm -f mapiproxy/libmapistore/backends/*.po
26
 
+       rm -f mapiproxy/libmapistore/backends/*.o
27
 
        rm -f bin/mapistore_test
28
 
 
29
 
 clean:: mapistore_clean