The following commit has been merged in the debian-experimental-3.5 branch:
commit c53f6eb98f2a15dded2c558104f3220284b1dc6c
Author: Rene Engelhard <[email protected]>
Date:   Tue Dec 13 23:17:05 2011 +0100

    make clean target work on a clean tarball extract...

diff --git a/rules b/rules
index 4b72250..393b76a 100755
--- a/rules
+++ b/rules
@@ -1236,9 +1236,11 @@ clean:
        rm -f $(OOO_BUILD_TREE)/src/GSI*err
        rm -f $(OOO_BUILD_TREE)/config.*
 
-       $(MAKE) distclean
+       if [ -f config.status ]; then \
+               $(MAKE) distclean; \
+               rm -f config.status; \
+       fi
        rm -rf $(SOURCE_TREE)/pyuno-py3
-       rm -f config.status
 
 ifneq "$(OOO_L10N_DIR)" ""
        rm -rf $(OOO_L10N_DIR)

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to